mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Use python from a correct folder.
This commit is contained in:
parent
cefdc29a7f
commit
20c0be0df6
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ if not os.path.isdir(thirdPartyDir + '/' + keysLoc):
|
|||
|
||||
pathPrefixes = [
|
||||
'ThirdParty\\Strawberry\\perl\\bin',
|
||||
'ThirdParty\\Python27',
|
||||
'ThirdParty\\Python39',
|
||||
'ThirdParty\\NASM',
|
||||
'ThirdParty\\jom',
|
||||
'ThirdParty\\cmake\\bin',
|
||||
|
|
|
@ -23,7 +23,7 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
|
|||
* Download **Yasm** executable from [http://yasm.tortall.net/Download.html](http://yasm.tortall.net/Download.html), rename to *yasm.exe* and put to ***BuildPath*\\ThirdParty\\yasm**
|
||||
* Download **MSYS2** installer from [http://www.msys2.org/](http://www.msys2.org/) and install to ***BuildPath*\\ThirdParty\\msys64**
|
||||
* Download **jom** archive from [http://download.qt.io/official_releases/jom/jom.zip](http://download.qt.io/official_releases/jom/jom.zip) and unpack to ***BuildPath*\\ThirdParty\\jom**
|
||||
* Download **Python 3.9** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install to ***BuildPath*\\ThirdParty\\Python27**
|
||||
* Download **Python 3.9** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install to ***BuildPath*\\ThirdParty\\Python39**
|
||||
* Download **CMake** installer from [https://cmake.org/download/](https://cmake.org/download/) and install to ***BuildPath*\\ThirdParty\\cmake**
|
||||
* Download **Ninja** executable from [https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip](https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip) and unpack to ***BuildPath*\\ThirdParty\\Ninja**
|
||||
* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it.
|
||||
|
|
Loading…
Add table
Reference in a new issue