From 3b2bfb04e3462466ff5924b14eb6515f30ef5244 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 26 Dec 2020 12:27:24 +0100 Subject: docs(Installation.md): Update build shortcut --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit