Update readme

This commit is contained in:
Peter 2019-10-11 15:53:59 +04:00
parent 44b9d681b5
commit 120135b8fe

View File

@ -1,14 +1,14 @@
# Telegram iOS Source Code Compilation Guide # Telegram iOS Source Code Compilation Guide
1. Install the brew package manager, if you havent already. 1. Install the brew package manager, if you havent already.
2. Install the packages pkg-config, yasm: 2. Install the packages yasm, cmake:
``` ```
brew install pkg-config yasm brew install yasm cmake
``` ```
3. Clone the project from GitHub: 3. Clone the project from GitHub:
``` ```
git clone --recursive https://github.com/peter-iakovlev/Telegram-iOS.git git clone --recursive https://github.com/TelegramMessenger/Telegram-iOS.git
``` ```
4. Open Telegram-iOS.workspace. 4. Open Telegram-iOS.workspace.
5. Open the Telegram-iOS-Fork scheme. 5. Open the Telegram-iOS-Fork scheme.