Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.02 KB

Triangle 2, Electric Boogaloo

Build status

Dependencies

Windows

WSL and Visual Studio are not currently supported as build platforms. CLion is preferred, using the MinGW toolchain.

In MSYS2 run pacman -S mingw-w64-x86_64-toolchain. You should use most of that already.

Linux

  • 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

MacOS

  • Apple should fuck itself

Building:

  1. git clone --recurse-submodules https://github.com/JohnHolmesII/Triangle-2-Electric-Boogaloo.git
  2. cd Triangle-2-Electric-Boogaloo/
  3. ./build.sh