From 0852e717c34409776a630a8b8fc4ad8a836ced13 Mon Sep 17 00:00:00 2001 From: Neurotoxin001 <39812401+Neurotoxin001@users.noreply.github.com> Date: Sat, 4 Jul 2020 02:40:48 +0300 Subject: [PATCH] Update building-msvc.md Add some more requirements because without them users will get errors --- docs/building-msvc.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 5d8bd2483..9796c53c2 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -26,6 +26,7 @@ You will require **api_id** and **api_hash** to access the Telegram API servers. * Download **Python 2.7** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install to ***BuildPath*\\ThirdParty\\Python27** * Download **CMake** installer from [https://cmake.org/download/](https://cmake.org/download/) and install to ***BuildPath*\\ThirdParty\\cmake** * Download **Ninja** executable from [https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip](https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip) and unpack to ***BuildPath*\\ThirdParty\\Ninja** +* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it. Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** and run @@ -48,6 +49,9 @@ Add **GYP** and **Ninja** to your PATH: * Press **Edit** * Add ***BuildPath*\\ThirdParty\\gyp** value * Add ***BuildPath*\\ThirdParty\\Ninja** value +* Add ***BuildPath*\\ThirdParty\\Python27** value +* Add ***BuildPath*\\ThirdParty\\yasm** value +* Add ***BuildPath*\\ThirdParty\\jom** value ## Clone source code and prepare libraries