Revert "misc: Change repo name references to LoaderAndValidationLayers"
[platform/upstream/Vulkan-Tools.git] / windowsRuntimeInstaller / README.txt
1 This folder contains the files required for building the Windows Vulkan Runtime\r
2 Installer Package.\r
3 \r
4 To build the Installer:\r
5 \r
6    1. Install Nullsoft Install System version 3.0b1 or greater. (Available from\r
7       http://nsis.sourceforge.net/Download.)\r
8 \r
9    2. Build Vulkan LoaderAndTools as described in ../BUILD.md.\r
10 \r
11    3. Edit the InstallerRT.nsi file in this folder and modify the following lines\r
12       to match the version of the Windows Vulkan Runtime you wish to build:\r
13          !define VERSION_ABI_MAJOR\r
14          !define VERSION_API_MAJOR\r
15          !define VERSION_MINOR\r
16          !define VERSION_PATCH\r
17          !define VERSION_BUILDNO\r
18    \r
19    4. Right click on the InstallerRT.nsi file and select "Compile NSIS Script".\r
20       The Windows Vulkan Runtime Installer package file will be created in this\r
21       folder. The name of the installer file is VulkanRT-<version>-Installer.exe.\r