From db466143531b3eb49db7ade4a4a9bd1fb42e6bbf Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 8 Jul 2018 03:53:36 +0300 Subject: [PATCH] Fix CMake case. GitOrigin-RevId: 439c290cf3c085e48ed5887d779e71f91b8a8f5b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d890a4..ca2afad1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ .. cd .\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=\scripts\buildsystems\vcpkg.cmake ..