diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-05-06 19:26:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-06 19:26:36 +0200 |
| commit | f93d11956daa58d1a0a28267a391405c3a5f5be7 (patch) | |
| tree | 3fb081cb69707808fac22113d8480cd01a65d5b0 /docs | |
| parent | e609a23ab84eb9e5690f4f666e2ca7d31d8dc3bd (diff) | |
| download | wiki-f93d11956daa58d1a0a28267a391405c3a5f5be7.tar.gz wiki-f93d11956daa58d1a0a28267a391405c3a5f5be7.tar.bz2 wiki-f93d11956daa58d1a0a28267a391405c3a5f5be7.zip | |
Update windows-core-installation.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/windows-core-installation.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index adb5e9e..e5c26fc 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -84,6 +84,16 @@ Before you begin, create a new directory called **Build**. In this guide we will - Run the b2.exe file +- If you get an error that *Git was NOT FOUND on your system*: + + - Check the **Advanced** checkbox. + + - Search and find **GIT_EXECUTABLE** + + - Specify the path to git.exe e.g. `D:/Programs/Git/cmd/git.exe` + + - If you do not have git.exe, you need to install git. See [requirements](requirements) + ### Compiling the Source 1. In CMake press **Open Project** to open the **AzerothCore.sln** file directly with Visual Studio. |
