mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-28 00:13:04 +02:00
Slightly improved macOS build docs by adding storage requirements.
This commit is contained in:
parent
abfd37c045
commit
9199612cf7
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
Choose a folder for the future build, for example **/Users/user/TBuild**. It will be named ***BuildPath*** in the rest of this document. All commands will be launched from Terminal.
|
||||
|
||||
**Note about disk space:** The full build process will require approximately **55 GB** of free space. This includes:
|
||||
- **~35 GB** for libraries (when building for both x64 and arm64 architectures)
|
||||
- **~20 GB** for the compiled Telegram app (in the `out` folder)
|
||||
|
||||
### Obtain your API credentials
|
||||
|
||||
You will require **api_id** and **api_hash** to access the Telegram API servers. To learn how to obtain them [click here][api_credentials].
|
||||
|
|
Loading…
Add table
Reference in a new issue