From f93d11956daa58d1a0a28267a391405c3a5f5be7 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 6 May 2023 19:26:36 +0200 Subject: Update windows-core-installation.md --- docs/windows-core-installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- cgit