From 2c5b60d23393787ed82ec4be9265a1523c0dffd8 Mon Sep 17 00:00:00 2001 From: RKH <39922250+paranoimia@users.noreply.github.com> Date: Mon, 12 Apr 2021 22:14:58 -0700 Subject: [PATCH] Edits for clarity as per the suggestions of the Glorious Leader. All hail the glorious leader. Co-authored-by: Kalila <69767640+digisomni@users.noreply.github.com> --- BUILD_WIN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 2f3a269907..0f099fbe36 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -61,7 +61,7 @@ If you would like to compile Qt instead of using the precompiled package provide * Qt WebEngine * Qt Script (Deprecated) -You may also want the Qt Debug Information Files and Sources packages, for convenience. +For convenience, you may also want the "Qt Debug Information" and "Sources" packages. You'll need to create the environment variable that CMake uses to find your system's Qt install. @@ -70,7 +70,7 @@ To create this variable: * Click on 'Environment Variables' * Select 'New' * Set "Variable name" to `QT_CMAKE_PREFIX_PATH` -* Set "Variable value" to %QT_INSTALL_DIR%\5.12.3\msvc2017_64\lib\cmake, where %QT_INSTALL_DIR% is the directory you specified for Qt's installation. The default is C:\Qt. +* Set "Variable value" to `%QT_INSTALL_DIR%\5.12.3\msvc2017_64\lib\cmake`, where `%QT_INSTALL_DIR%` is the directory you specified for Qt's installation. The default is `C:\Qt`. ### Step 6. Create VCPKG environment variable In the next step, you will use CMake to build Vircadia. By default, the CMake process builds dependency files in Windows' `%TEMP%` directory, which is periodically cleared by the operating system. To prevent you from having to re-build the dependencies in the event that Windows clears that directory, we recommend that you create a `HIFI_VCPKG_BASE` environment variable linked to a directory somewhere on your machine. That directory will contain all dependency files until you manually remove them.