Minor README.md improvement.

GitOrigin-RevId: e6635cda7a0af9a976d01f993d602e9b3403b1b5
This commit is contained in:
levlam 2018-07-17 00:40:13 +03:00
parent 455622da65
commit ae719a032c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ cmake --build .
```
brew install gperf cmake openssl
```
* Build `TDLib` with CMake as explained in [building](#building). You may need to manually specify path to the installed OpenSSL to CMake, e.g.,
* Build `TDLib` with CMake as explained in [building](#building). You will likely need to manually specify path to the installed OpenSSL to CMake, e.g.,
```
cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ ..
```