diff --git a/docs/building-win-x64.md b/docs/building-win-x64.md index 081df54b62..a85ce116fe 100644 --- a/docs/building-win-x64.md +++ b/docs/building-win-x64.md @@ -20,8 +20,8 @@ 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 to ***BuildPath*\\ThirdParty\\Python39** with adding to PATH -* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install to ***BuildPath*\\ThirdParty\\cmake** +* 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 **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it. ## Clone source code and prepare libraries diff --git a/docs/building-win.md b/docs/building-win.md index 096f8ca183..0815b10f1e 100644 --- a/docs/building-win.md +++ b/docs/building-win.md @@ -20,8 +20,8 @@ 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 to ***BuildPath*\\ThirdParty\\Python39** with adding to PATH -* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install to ***BuildPath*\\ThirdParty\\cmake** +* 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 **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it. ## Clone source code and prepare libraries