From 44251d91bf2a45afad0be7e6ed1ee36e571e032d Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:37:11 +0100 Subject: trying to fix links via regex replace --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Installation.md') diff --git a/docs/Installation.md b/docs/Installation.md index 1392422..09d2411 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -84,7 +84,7 @@ Press `Configure` once again and then press `Generate`. If no error occurred you Go to the location where the build files have been generated and open AzerothCore.sln _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#windows]] )_ +_XX depends if you are compiling in 32 or 64 bits mode. ( See [Windows Requirements article](Requirements#windows) )_ Press `BUILD` then select `Build solution` or press F6. Wait until the Build has been finished (It should take between 10-40 minutes depending on your hardware). -- cgit