diff options
| author | levlam <levlam@telegram.org> | 2018-05-15 15:29:43 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-05-15 15:29:43 +0300 |
| commit | 515bf8c00c2c5d6e73c6b7b0c9aa8b267483a3e0 (patch) | |
| tree | f6f319475c9c653957e48f11406a042ab868f2d9 /example/ios | |
| parent | 582d6e66a092677b753265701fc6f24989c7f8d7 (diff) | |
More detailed instruction for installation of Xcode command line tools.
GitOrigin-RevId: 889fc678e6223f8e2e7cc174354a32082e6695f7
Diffstat (limited to 'example/ios')
| -rw-r--r-- | example/ios/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ios/README.md b/example/ios/README.md index 25a1e68fc..79cc84d63 100644 --- a/example/ios/README.md +++ b/example/ios/README.md @@ -7,7 +7,7 @@ If you need only a macOS build, take a look at our build instructions for [macOS For example of usage take a look at our [Swift example](https://github.com/tdlib/td/tree/master/example/swift). To compile `TDLib` you will need to: -* Install the latest Xcode command line tools. +* Install the latest Xcode command line tools, for example, via `xcode-select --install`. * Install other build dependencies, for example, using [Homebrew](https://brew.sh): ``` brew install gperf cmake |
