You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update windows "ReDist" devkit creation doc (#4303)
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
* Update windows devkit creation doc
Signed-off-by: Andrew Leonard <[email protected]>
---------
Signed-off-by: Andrew Leonard <[email protected]>
Copy file name to clipboardExpand all lines: docs/CreateWindowsReDistDevKit.md
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,26 @@ release can be identically reproduced including the VS Redistributable DLLs.
8
8
9
9
To extract the required Redist DLLs, the safest and easiest way is to locally install an "all architecture" installation of Visual Studio and the Windows SDK as follows:
10
10
11
-
### Install required version of Visual Studio and WIndows SDK
11
+
### Install required version of Visual Studio and Windows SDK
12
12
13
13
1. Determine the "Build Tools" version install bootstrapper required and download from here: https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#fixed-version-bootstrappers
14
14
15
+
- If re-building an existing ReDist devkit, for the required VS Toolset version check the versions for the release: https://github.com/adoptium/devkit-binaries/releases
16
+
- eg. "vs2022_redist_14.40.33807_10.0.26100.1742", is VS2022 version 17.10.3, containing MS Toolset version "14.40.33807"
17
+
15
18
2. Install locally Visual Studio on a Windows x64 VM using the following command:
3. Determine the required version of the "Windows SDK" from here: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
24
+
3. Install the required version of the "Windows SDK"
25
+
26
+
- If re-building an existing ReDist devkit, for the required "Windows SDK" version check the versions for the release: https://github.com/adoptium/devkit-binaries/releases
22
27
23
-
- Note the point version, eg."10.0.26100.1742"
28
+
- eg. "vs2022_redist_14.40.33807_10.0.26100.1742", is SDK version"10.0.26100.1742".
24
29
25
-
- Download the Windows SDK "Installer" from this page
30
+
- Download the Windows SDK "Installer" from the SDK download (https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/), or archives (https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/index-legacy).
26
31
27
32
4. Run the Windows SDK "Installer" locally to install the required Windows SDK Redist UCRT DLLs
28
33
@@ -32,18 +37,18 @@ To extract the required Redist DLLs, the safest and easiest way is to locally in
4. Find the correct Windows Kit UCRT folder, it should be located under folder:
86
+
4. Find the correct Windows Kit UCRT Redist folder with the files installed by the SDK Installer. Note, if the SDK is installed from a specific SDK installer, then the Redist folder it installed into will likely be ".0", not necessarily the eg.".1742" SDK installer version:
6. Create the required devkit.info metadata file with the following content:
94
100
95
101
The ADOPTIUM_DEVKIT_RELEASE must match the desired published https://github.com/adoptium/devkit-binaries/releases tag. The chosen format for a release tag is vs2022_redist_<VS version>_<SDK version>, eg.
0 commit comments