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