-
Notifications
You must be signed in to change notification settings - Fork 151
Build Windows
Huts, Roman edited this page Apr 1, 2022
·
1 revision
- Visual studio solutions and project files are used to build on Windows.
- Some samples such as PlaybackHW require the Vulkan SDK.
- Set the required path variable in your system's environment variables:
VK_SDK_PATH=<download_location>/VulkanSDK/1.3.204.1
- Open up one of the solution or project files such as
amf/public/samples/CPPSamples_vs2019.sln
. - Run the build (MS docs for building/cleaning with Visual Studio).