- Download the Vulkan SDK from LunarXchange
- Build the Vulkan SDK by running
./setup_env.sh,./build_samples.shand./build_examples.sh - Check that your graphics card supports vulkan by running
vulkaninfo - Set the
VULKAN_SDKenvironment variable to theVulkanSDK/version/archdirectory - Clone GLFW
- In glfw execute:
cmake .
makeYou may see warnings such as cannot find Vulkan. Ignore these.
7. Build this project with sbt clean compile. There should be no cmake errors.