From 3204e9f26c0428f0539431f232b5d24452265f11 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 27 Jul 2018 03:57:18 +0300 Subject: [PATCH] Add hyperlink to Dependencies section in README. GitOrigin-RevId: 9f96b09bc0327d5050f934ad46eda843cee1bc35 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9af539464..81d969da7 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ all available `TDLib` [methods](https://core.telegram.org/tdlib/docs/classtd_1_1 ## 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: ``` @@ -67,7 +67,7 @@ cmake --build . #### macOS * 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 ``` @@ -97,7 +97,7 @@ To build `TDLib` in Release mode using MSVC, you will need to additionally speci #### Linux -* Install all dependencies using your package manager. +* Install all [dependencies](#dependencies) using your package manager. ## Using in CMake C++ projects