summaryrefslogtreecommitdiff
path: root/docs/windows-core-installation.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-08-01 16:38:41 +0200
committerGitHub <noreply@github.com>2021-08-01 16:38:41 +0200
commit3dc53c76433ee32ea3d0c32f93e43d4a1c166a74 (patch)
tree756a02c36f38cbb3265053bbf9633efeb553f16c /docs/windows-core-installation.md
parent68cd459743e1959206ba94d95c5c219d29ec3091 (diff)
downloadwiki-3dc53c76433ee32ea3d0c32f93e43d4a1c166a74.tar.gz
wiki-3dc53c76433ee32ea3d0c32f93e43d4a1c166a74.tar.bz2
wiki-3dc53c76433ee32ea3d0c32f93e43d4a1c166a74.zip
chore: Some more error fixes
Diffstat (limited to 'docs/windows-core-installation.md')
-rw-r--r--docs/windows-core-installation.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md
index 69cf106..24ab23f 100644
--- a/docs/windows-core-installation.md
+++ b/docs/windows-core-installation.md
@@ -75,6 +75,14 @@ Before you begin, create a new directory called **Build**. In this guide we will
- OPENSSL_INCLUDE_DIR is the "include" folder in installation path (by default, **C:/OpenSSL-Win32/include** or **C:/OpenSSL-Win64/include**)
+- If you get an error that CMake *Could NOT find Boost (missing: system filesystem program_options iostreams regex) (found suitable version "1.74.0", minimum required is "1.70")
+
+ - Locate your Boost folder
+
+ - Run the Bootstrap.bat file
+
+ - Run the b2.exe file
+
### Compiling the Source
1. In CMake press **Open Project** to open the **AzerothCore.sln** file directly with Visual Studio.
@@ -167,4 +175,4 @@ If you are still having problems, check:
| Installation Guide | |
| :- | :- |
| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. |
-| [<< Step 1: Requirements](requirements.md) | [Step 3: Server Setup >>](server-setup.md) | \ No newline at end of file
+| [<< Step 1: Requirements](requirements.md) | [Step 3: Server Setup >>](server-setup.md) |