2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Minimal update of build instructions to use CMake.

This commit is contained in:
John Preston
2019-12-31 15:08:56 +03:00
parent 22df6fb42e
commit 3b562bfa3a
7 changed files with 17 additions and 18 deletions

View File

@@ -248,10 +248,10 @@ Go to ***BuildPath*** and run
### Building the project
Go to ***BuildPath*/tdesktop/Telegram** and run
Go to ***BuildPath*/tdesktop/Telegram** and run (using [your **api_id** and **api_hash**](#obtain-your-api-credentials))
gyp/refresh.sh
./configure.sh -D TDESKTOP_API_ID=YOUR_API_ID -D TDESKTOP_API_HASH=YOUR_API_HASH -D DESKTOP_APP_USE_PACKAGED=OFF
Then launch Xcode, open ***BuildPath*/tdesktop/Telegram/Telegram.xcodeproj** and build for Debug / Release.
Then launch Xcode, open ***BuildPath*/tdesktop/out/Telegram.xcodeproj** and build for Debug / Release.
[api_credentials]: api_credentials.md