Slightly improved macOS build docs by adding storage requirements.

This commit is contained in:
23rd 2025-06-30 01:01:15 +03:00
parent abfd37c045
commit 9199612cf7

View file

@ -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].