From e190620cb828093fb59feafa6f3e4c4a601ee311 Mon Sep 17 00:00:00 2001 From: Stanislav Ershov Date: Wed, 24 Jan 2018 00:29:07 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 391548f22..3cc4875d8 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,19 @@ Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configur ### Windows -Install [vcpkg][] (no need to integrate, just install), [cmake][], [Qt][qt] 5.9 or later and [Visual Studio][visual-studio] 2017 or later, and set the following environment variables: +Install [vcpkg][] (no need to integrate, just install), [python][] 3.5, [cmake][], [Qt][qt] 5.9 or later and [Visual Studio][visual-studio] 2017 or later, and set the following environment variables: -- `QT_DIR`: directory where Qt binary distribution is installed, e.g. `C:\Qt\5.9.1\msvc2017_64` +- `QTDIR`: directory where Qt binary distribution is installed, e.g. `C:\Qt\5.9.1\msvc2017_64` - `VCPKG`: directory where VCPKG is installed, e.g. `C:\vcpkg` After that, execute the following `cmd` commands from Visual Studio developer command prompt: ```console +$ set PATH=c:\Python35;%PATH% $ "%VCPKG%\vcpkg" install --triplet x64-windows openal-soft openssl opus zlib ffmpeg $ mkdir build $ cd build -$ set PATH=%QT_DIR%\bin;%PATH% +$ 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 . ``` @@ -59,7 +60,7 @@ The source code is published under GPLv3 with OpenSSL exception, the license is ## Supported systems -* Windows XP - Windows 10 (**not** RT) +* Windows 7 - Windows 10 (**not** RT) * Mac OS X 10.8 - Mac OS X 10.11 * Mac OS X 10.6 - Mac OS X 10.7 (separate build) * Ubuntu 12.04 - Ubuntu 16.04 @@ -84,6 +85,7 @@ The source code is published under GPLv3 with OpenSSL exception, the license is [//]: # (LINKS) [cmake]: https://cmake.org/ +[python]: https://python.org/ [cmake-build]: docs/building-cmake.md [qt]: https://www.qt.io/ [telegram]: https://telegram.org