More detailed instruction for installation of Xcode command line tools.

GitOrigin-RevId: 889fc678e6223f8e2e7cc174354a32082e6695f7
This commit is contained in:
levlam 2018-05-15 15:29:43 +03:00
parent 582d6e66a0
commit 515bf8c00c
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ cmake --build .
<a name="macos"></a>
#### macOS
* Install the latest Xcode command line tools.
* Install the latest Xcode command line tools, for example, via `xcode-select --install`.
* Install other dependencies, for example, using [Homebrew](https://brew.sh):
```
brew install gperf cmake openssl

View File

@ -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