diff --git a/docs/building-win-x64.md b/docs/building-win-x64.md index a85ce116fe937e..b5d7dc43acd7bb 100644 --- a/docs/building-win-x64.md +++ b/docs/building-win-x64.md @@ -8,7 +8,7 @@ ## Prepare folder -The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version. +The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version, do not install **C++ CMake tools for Windows** Choose an empty folder for the future build, for example **D:\\TBuild**. It will be named ***BuildPath*** in the rest of this document. Create two folders there, ***BuildPath*\\ThirdParty** and ***BuildPath*\\Libraries**. @@ -21,7 +21,7 @@ You will require **api_id** and **api_hash** to access the Telegram API servers. ## Install third party software * Download **Python 3.10** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install it with adding to PATH. -* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install it. +* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install it with adding to PATH. * Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it. ## Clone source code and prepare libraries