Minor README.md improvement.
GitOrigin-RevId: e6635cda7a0af9a976d01f993d602e9b3403b1b5
This commit is contained in:
parent
455622da65
commit
ae719a032c
@ -71,7 +71,7 @@ cmake --build .
|
|||||||
```
|
```
|
||||||
brew install gperf cmake openssl
|
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/ ..
|
cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ ..
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user