aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-28 13:22:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-28 13:22:08 +0200
commit6513bb7b269ea8b39dfed0e86a2df9a01ee23416 (patch)
tree18869207bab0ea24611f179a41f75739598b9109 /INSTALL
parent0e2b7b99f9cc769cf4b094dca39b5d452f1de32b (diff)
Add infrastructure for Windows 10 SDK discovery
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 7e0d035..b8f0232 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,8 +51,8 @@ over updates will be tedious. As a result, there are several environment
variables that you can set (e.g., in your .bashrc) to adjust some of the
common configuration values.
-Currently you can override WINEPREFIX and INSTALLDIR via the following
-environment variable hierarchy (from highest to lowest precedence):
+Currently you can override WINEPREFIX, INSTALLDIR, and SDKVERSION via the
+following environment variable hierarchy (from highest to lowest precedence):
MSVC_<MAJOR><MINOR>_* # MSVC_14U2_INSTALLDIR
MSVC_<MAJOR>_* # MSVC_14_INSTALLDIR
@@ -70,6 +70,10 @@ strategy by installing them in the same Wine root but in different
directories. For details on how this value is used refer to the configuration
scripts.
+The SDKVERSION value can be used to specify the Windows 10 SDK version to use.
+It should be in the 10.0.NNNNN form. If it is not specified, then the latest
+installed is used. Note that this value does not apply to Windows 8.1 and
+earlier SDKs; those versions are hardcoded in the confguration scripts.
Install Wine
------------