[DiscordArchive] Hello! I have a few questions about uninstalling modules.
[DiscordArchive] Hello! I have a few questions about uninstalling modules.
Archived author: Beck • Posted: 2025-10-16T18:12:22.557000+00:00
Original source
What's the intention with compile and build aliases? You're aware that `compile` will clean, configure and compile, while `build` with configures and the compiles.
Archived author: Beck • Posted: 2025-10-16T18:12:57.743000+00:00
Original source
So the only difference is whether intermediates are cleaned before a build happens or not.
Archived author: Tereneckla • Posted: 2025-10-16T18:13:18.200000+00:00
Original source
oh yeah, first is clean, cfg, compile
Archived author: Tereneckla • Posted: 2025-10-16T18:13:42.941000+00:00
Original source
the alias names are poorly chosen
Archived author: Niby • Posted: 2025-10-16T18:14:43.060000+00:00
Original source
Got it That makes perfect sense now.
Archived author: Beck • Posted: 2025-10-16T18:15:53.383000+00:00
Original source
Had to walk through several files to find it, but here's the resulting script if you'd like to review what happens when you do an `acore.sh compile` subcommand: https://github.com/azerothcore/azerothco...ompiler.sh
Archived author: Beck • Posted: 2025-10-16T18:17:09.987000+00:00
Original source
By the way, it is critical to do what you did and cd into the directory first before calling, otherwise all the inference on the other script locations won't work.