From 389c355f5dac19456400d65eb25084ff9fdb20e9 Mon Sep 17 00:00:00 2001 From: Stanislav Ershov Date: Thu, 8 Feb 2018 17:12:42 +0300 Subject: [PATCH] Update build instructions [skip ci] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cc4875d8..7954bc1d2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $ mkdir build $ cd build $ set PATH=%QTDIR%\bin;%PATH% $ cmake -G"Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE="%VCPKG%\scripts\buildsystems\vcpkg.cmake" -DCMAKE_BUILD_TYPE=RelWithDebInfo .. -$ cmake --build . +$ cmake --build . --config RelWithDebInfo ``` ![Preview of Telegram Desktop][preview_image] @@ -68,6 +68,8 @@ The source code is published under GPLv3 with OpenSSL exception, the license is ## Third-party +* [CMake 3.9+][cmake-build] + * Qt 5.9+ ([LGPL](http://doc.qt.io/qt-5/lgpl.html)) * OpenSSL 1.0.1g ([OpenSSL License](https://www.openssl.org/source/license.html)) * zlib 1.2.8 ([zlib License](http://www.zlib.net/zlib_license.html)) @@ -81,8 +83,6 @@ The source code is published under GPLv3 with OpenSSL exception, the license is * Emoji alpha codes ([MIT License](https://github.com/emojione/emojione/blob/master/extras/alpha-codes/LICENSE.md)) * Catch test framework ([Boost License](https://github.com/philsquared/Catch/blob/master/LICENSE.txt)) -* [CMake][cmake-build] - [//]: # (LINKS) [cmake]: https://cmake.org/ [python]: https://python.org/