mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 05:42:19 +02:00
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>
This commit is contained in:
parent
72ebbadcdc
commit
2c5b60d233
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue