More detailed instruction for installation of Xcode command line tools.
GitOrigin-RevId: 889fc678e6223f8e2e7cc174354a32082e6695f7
This commit is contained in:
parent
582d6e66a0
commit
515bf8c00c
@ -66,7 +66,7 @@ cmake --build .
|
|||||||
|
|
||||||
<a name="macos"></a>
|
<a name="macos"></a>
|
||||||
#### macOS
|
#### 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):
|
* Install other dependencies, for example, using [Homebrew](https://brew.sh):
|
||||||
```
|
```
|
||||||
brew install gperf cmake openssl
|
brew install gperf cmake openssl
|
||||||
|
@ -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).
|
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:
|
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):
|
* Install other build dependencies, for example, using [Homebrew](https://brew.sh):
|
||||||
```
|
```
|
||||||
brew install gperf cmake
|
brew install gperf cmake
|
||||||
|
Reference in New Issue
Block a user