WSL and Visual Studio are not currently supported as build platforms. CLion is preferred, using the MinGW toolchain.
- MSYS2
- Vulkan SDK (See "Install the SDK" here)
In MSYS2 run pacman -S mingw-w64-x86_64-toolchain
. You should use most of that already.
- Ubuntu:
sudo apt install cmake build-essential libvulkan-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libgl1-mesa-dev git
- Arch:
sudo pacman -S cmake vulkan-validation-layers
- Apple should fuck itself
git clone --recurse-submodules https://github.com/JohnHolmesII/Triangle-2-Electric-Boogaloo.git
cd Triangle-2-Electric-Boogaloo/
./build.sh