Gangster engine (i think)
Use your POSIX shell or something.
mkdir build && cd build
cmake ..
cmake --build . --parallel
Oh yeah, and you need the following development libraries installed: Vulkan, GLFW, GLM. I have no clue what platform you're on so figure it out.