Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/building-win-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I have removed manually installed cmake altogether and switched to cmake from Visual Studio. No issues. This line doesn't need any changes.


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**.

Expand All @@ -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
Expand Down