Fix CMake case.

GitOrigin-RevId: 439c290cf3c085e48ed5887d779e71f91b8a8f5b
This commit is contained in:
levlam 2018-07-08 03:53:36 +03:00
parent 0a735b8c7b
commit db46614353
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ ..
cd <path to vcpkg>
.\vcpkg.exe install openssl:x64-windows openssl:x86-windows zlib:x64-windows zlib:x86-windows
```
* Download and install [cmake](https://cmake.org/download/); choose "Add CMake to the system PATH" option while installing.
* Download and install [CMake](https://cmake.org/download/); choose "Add CMake to the system PATH" option while installing.
* Build `TDLib` with CMake as explained in [building](#building), but instead of `cmake -DCMAKE_BUILD_TYPE=Release ..` use
```
cmake -DCMAKE_TOOLCHAIN_FILE=<path to vcpkg>\scripts\buildsystems\vcpkg.cmake ..