Note
These installation steps are specifically designed for Unix machines. Functionality may vary on a Windows operating system.
Ensure that you have the VulkanSDK installed to your device.
Using git, clone this repository onto your device.
git clone https://github.com/Coincadink/Vulkan
Now, moving inside the project directory, propagate the git submodules into your project.
cd Vulkan
git submodule init
git submodule update
Finally, to build and run utilizing CMake:
mkdir build
cd build
cmake ..
make
./Vulkan