Clarify importance of generated files on non-macOS builds (#1600)

This commit is contained in:
Sergey 2021-07-16 00:53:22 +03:00 committed by GitHub
parent 26c13c7ec7
commit 1a472ae415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ To compile `TDLib` you will need to:
```
brew install gperf cmake coreutils
```
* If you don't want to build `TDLib` for macOS, you can pregenerate required source code files using `CMake` prepare_cross_compiling target:
* If you don't want to build `TDLib` for macOS first, you **must** pregenerate required source code files using `CMake` prepare_cross_compiling target:
```
cd <path to TDLib sources>
mkdir native-build