From fd9e9eb59ed289b4f70a58f396a08283e7f3bb59 Mon Sep 17 00:00:00 2001 From: Adrian Labastida Date: Sat, 9 May 2020 03:59:20 -0500 Subject: Small update for Update.md (#222) Me being a C n00b I tried adding a module and updating my core with the proposed general way first (without re-running cmake) and my module was not being detected and was going back and forth checking what i did wrong or if I put the module incorrectly or if the module was still compatible with this version of AC, went back to the full instructions and saw that maybe i needed to rerun the CMake part, after doing that I saw my module being detected when rebuilding and running my core now. If this line was here it would've save me a bit time and frustration figuring it out. --- docs/Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Update.md b/docs/Update.md index 8de53b8..140720f 100644 --- a/docs/Update.md +++ b/docs/Update.md @@ -8,7 +8,7 @@ Move to your AzerothCore sources directory. ## 2) Recompile -Compile again your sources, this step is the same as the [Compilation step during Installation](Installation#3-compiling), but generally you can skip the CMake part. +Compile again your sources, this step is the same as the [Compilation step during Installation](Installation#3-compiling), but generally you can skip the CMake part unless you're adding new modules. For example, in Linux/Mac you just have to `cd build;` and run `make -j 4; make install`. -- cgit