diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 8eb815cd8..9b8de4178 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -44,7 +44,7 @@ Add **GYP** and **Ninja** to your PATH: Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath*** and run - SET PATH=%cd%\ThirdParty\Perl\bin;%cd%\ThirdParty\Python27;%cd%\ThirdParty\NASM;%cd%\ThirdParty\jom;%cd%\ThirdParty\yasm;%PATH% + SET PATH=%cd%\ThirdParty\Perl\bin;%cd%\ThirdParty\Python27;%cd%\ThirdParty\NASM;%cd%\ThirdParty\jom;%cd%\ThirdParty\cmake\bin;%cd%\ThirdParty\yasm;%PATH% git clone --recursive https://github.com/telegramdesktop/tdesktop.git