Skip to content

Commit 2e60b28

Browse files
ilya-fedinjohn-preston
authored andcommitted
Install Python and cmake to default paths
There's no real need to install to custom paths
1 parent 2bbe511 commit 2e60b28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/building-win-x64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
2020

2121
## Install third party software
2222

23-
* 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
24-
* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install to ***BuildPath*\\ThirdParty\\cmake**
23+
* Download **Python 3.10** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install it with adding to PATH.
24+
* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install it.
2525
* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it.
2626

2727
## Clone source code and prepare libraries

docs/building-win.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
2020

2121
## Install third party software
2222

23-
* 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
24-
* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install to ***BuildPath*\\ThirdParty\\cmake**
23+
* Download **Python 3.10** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install it with adding to PATH.
24+
* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install it.
2525
* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it.
2626

2727
## Clone source code and prepare libraries

0 commit comments

Comments
 (0)