diff --git a/docs/building-mac.md b/docs/building-mac.md index 605a5b5192..4757bc4608 100644 --- a/docs/building-mac.md +++ b/docs/building-mac.md @@ -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].