From 1a472ae4158e72e323922f9c8ed150256a5faaf1 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 16 Jul 2021 00:53:22 +0300 Subject: [PATCH] Clarify importance of generated files on non-macOS builds (#1600) --- example/ios/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/README.md b/example/ios/README.md index 121a4a3e2..bfdcacb04 100644 --- a/example/ios/README.md +++ b/example/ios/README.md @@ -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 mkdir native-build