summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2020-12-26 12:27:24 +0100
committerGitHub <noreply@github.com>2020-12-26 12:27:24 +0100
commit3b2bfb04e3462466ff5924b14eb6515f30ef5244 (patch)
treeeb54dc9556e48a3b00eb9b04c0ca55b5fc4f9581 /docs
parent9ddc40dab0c53ce324f8f2a33eda4989e6369ad2 (diff)
downloadwiki-3b2bfb04e3462466ff5924b14eb6515f30ef5244.tar.gz
wiki-3b2bfb04e3462466ff5924b14eb6515f30ef5244.tar.bz2
wiki-3b2bfb04e3462466ff5924b14eb6515f30ef5244.zip
docs(Installation.md): Update build shortcut
Diffstat (limited to 'docs')
-rw-r--r--docs/Installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index 8528735..7db73c9 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -131,7 +131,7 @@ Go to the location where the build files have been generated and open AzerothCor
_Note: If MySQL is not found by CMake it is required to set MYSQL_INCLUDE_DIR = C:/mysql_libs/include and MYSQL_LIBRARY= C:/mysql_libs/lib_XX/libmysql.lib._
_XX depends if you are compiling in 32 or 64 bits mode. ( See [Windows Requirements article](Requirements.md#windows) )_
-Press `BUILD` then select `Build solution` or press F6.
+Press `BUILD` then select `Build solution` or press Ctrl+Shift+B on VS 2019 / F6 on VS 2017.
Wait until the Build has been finished (It should take between 10-40 minutes depending on your hardware).
You will find your freshly compiled binaries in the Build\bin\Release or Build\bin\Debug folder. These are all used to run your server at the end of this instruction.