git clone --recursive https://github.com/KTheXIII/ProtonEngine.git
- premake, for building project
Look at premake docs page for different builds.
premake5 [action]
This create Makefile
project
premake5 gmake2
Compile
make
Clean
make clean
Different config, release
, debug
and dist
are available.
make config=debug
The binary builds is in bin directory