Add hyperlink to Dependencies section in README.
GitOrigin-RevId: 9f96b09bc0327d5050f934ad46eda843cee1bc35
This commit is contained in:
parent
1e5f383fef
commit
3204e9f26c
@ -51,7 +51,7 @@ all available `TDLib` [methods](https://core.telegram.org/tdlib/docs/classtd_1_1
|
|||||||
<a name="building"></a>
|
<a name="building"></a>
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Install all `TDLib` dependencies as described in [Installing dependencies](#installing-dependencies).
|
Install all `TDLib` [dependencies](#dependencies) as described in [Installing dependencies](#installing-dependencies).
|
||||||
Then enter directory containing `TDLib` sources and compile them using CMake:
|
Then enter directory containing `TDLib` sources and compile them using CMake:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -67,7 +67,7 @@ cmake --build .
|
|||||||
<a name="macos"></a>
|
<a name="macos"></a>
|
||||||
#### macOS
|
#### macOS
|
||||||
* Install the latest Xcode command line tools, for example, via `xcode-select --install`.
|
* 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](#dependencies), for example, using [Homebrew](https://brew.sh):
|
||||||
```
|
```
|
||||||
brew install gperf cmake openssl
|
brew install gperf cmake openssl
|
||||||
```
|
```
|
||||||
@ -97,7 +97,7 @@ To build `TDLib` in Release mode using MSVC, you will need to additionally speci
|
|||||||
|
|
||||||
<a name="linux"></a>
|
<a name="linux"></a>
|
||||||
#### Linux
|
#### Linux
|
||||||
* Install all dependencies using your package manager.
|
* Install all [dependencies](#dependencies) using your package manager.
|
||||||
|
|
||||||
<a name="using-cxx"></a>
|
<a name="using-cxx"></a>
|
||||||
## Using in CMake C++ projects
|
## Using in CMake C++ projects
|
||||||
|
Reference in New Issue
Block a user