We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d539fc8 + 04b90f9 commit b4ae933Copy full SHA for b4ae933
INSTALL.md
@@ -11,14 +11,18 @@
11
3. Install tools:
12
```
13
brew install cmake ninja openssl@1.1 zlib autoconf libtool automake yasm pkg-config
14
+ ```
15
+4. Update ./scripts/rebuild file
16
-4. Run scripts to configurate framework:
17
+ replace "no" to "yes"
18
19
+5. Run scripts to configurate framework:
20
21
sh %project_dir%/scripts/configure_frameworks.sh
22
23
-5. Open `Telegram-Mac.xcworkspace` in [the latest Xcode](https://apps.apple.com/us/app/xcode/id497799835).
-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**!
26
27
28
0 commit comments