Skip to content

Commit b4ae933

Browse files
committed
Merge branch 'master' of github.com:overtake/TelegramSwift
2 parents d539fc8 + 04b90f9 commit b4ae933

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

INSTALL.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@
1111
3. Install tools:
1212
```
1313
brew install cmake ninja openssl@1.1 zlib autoconf libtool automake yasm pkg-config
14+
```
15+
4. Update ./scripts/rebuild file
1416
```
15-
4. Run scripts to configurate framework:
17+
replace "no" to "yes"
18+
```
19+
5. Run scripts to configurate framework:
1620
```
1721
sh %project_dir%/scripts/configure_frameworks.sh
1822
```
1923

20-
5. Open `Telegram-Mac.xcworkspace` in [the latest Xcode](https://apps.apple.com/us/app/xcode/id497799835).
21-
6. Now you can **Build**!
24+
6. Open `Telegram-Mac.xcworkspace` in [the latest Xcode](https://apps.apple.com/us/app/xcode/id497799835).
25+
7. Setup codesign and **Build**!
2226

2327

2428

0 commit comments

Comments
 (0)