mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Move project files tdesktop to tdesktop/Telegram.
After adding the libtgvoip submodule its project was created by GYP outside the project folder, because the relative path to libtgvoip.gyp is "../ThirdParty/libtgvoip/" and projects are created in the same relative folders. Now we place MSVC and Xcode projects in tdesktop/Telegram, so the libtgvoip project is created at tdesktop/ThirdParty/libtgvoip.
This commit is contained in:
@@ -300,6 +300,6 @@ After, call `gyp\refresh.bat` (python 2.7 needed)
|
||||
|
||||
#### Build the project
|
||||
|
||||
* File > Open > Project/Solution > **D:\TBuild\tdesktop\Telegram.sln**
|
||||
* File > Open > Project/Solution > **D:\TBuild\tdesktop\Telegram\Telegram.sln**
|
||||
* Select Telegram project and press Build > Build Telegram (Debug and Release configurations)
|
||||
* The result Telegram.exe will be located in **D:\TBuild\tdesktop\out\Debug** (and **Release**)
|
||||
|
||||
@@ -233,4 +233,4 @@ In Terminal go to **/home/user/TBuild/tdesktop/Telegram** and run
|
||||
|
||||
gyp/refresh.sh
|
||||
|
||||
Then launch Xcode, open **/Users/user/TBuild/tdesktop/Telegram.xcodeproj** and build for Debug / Release.
|
||||
Then launch Xcode, open **/Users/user/TBuild/tdesktop/Telegram/Telegram.xcodeproj** and build for Debug / Release.
|
||||
|
||||
Reference in New Issue
Block a user