Update building-msvc.md

Add some more requirements because without them users will get errors
This commit is contained in:
Neurotoxin001 2020-07-04 02:40:48 +03:00 committed by John Preston
parent a7f9b260de
commit 0852e717c3
1 changed files with 4 additions and 0 deletions

View File

@ -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