Skip to content

Commit 2154526

Browse files
difhelilya-fedin
andcommitted
docs: update docs
Co-authored-by: ilya-fedin <[email protected]>
1 parent 84e535a commit 2154526

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/building-mac.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Go to ***BuildPath*** and run
2020
git clone --recursive https://github.com/telegramdesktop/tdesktop.git
2121
./tdesktop/Telegram/build/prepare/mac.sh
2222

23+
> [!IMPORTANT]
24+
> You might not need Telegram Desktop's git dependency history, in which case you can run this command **instead of the last one** and save disk space and speed up cloning quite a bit:
25+
>
26+
> ./tdesktop/Telegram/build/prepare/mac.sh no-deps-git-history
27+
2328
### Building the project
2429

2530
Go to ***BuildPath*/tdesktop/Telegram** and run (using [your **api_id** and **api_hash**](#obtain-your-api-credentials))

docs/building-win-x64.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Open **x64 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath***
3030
git clone --recursive https://github.com/telegramdesktop/tdesktop.git
3131
tdesktop\Telegram\build\prepare\win.bat
3232

33+
> [!IMPORTANT]
34+
> You might not need Telegram Desktop's git dependency history, in which case you can run this command **instead of the last one** and save disk space and speed up cloning quite a bit:
35+
>
36+
> tdesktop\Telegram\build\prepare\win.bat no-deps-git-history
37+
3338
## Build the project
3439

3540
Go to ***BuildPath*\\tdesktop\\Telegram** and run (using [your **api_id** and **api_hash**](#obtain-your-api-credentials))

docs/building-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Open **x86 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath***
3030
git clone --recursive https://github.com/telegramdesktop/tdesktop.git
3131
tdesktop\Telegram\build\prepare\win.bat
3232

33+
> [!IMPORTANT]
34+
> You might not need Telegram Desktop's git dependency history, in which case you can run this command **instead of the last one** and save disk space and speed up cloning quite a bit:
35+
>
36+
> tdesktop\Telegram\build\prepare\win.bat no-deps-git-history
37+
3338
## Build the project
3439

3540
Go to ***BuildPath*\\tdesktop\\Telegram** and run (using [your **api_id** and **api_hash**](#obtain-your-api-credentials))

0 commit comments

Comments
 (0)