razaron / engine-mk1

0 stars 0 forks source link

engine-mk1

Click here for documentation

Compiling

Instructions

Windows

That's all. 3rd party libraries and headers are already included.
VS 15.4 lacks fold expressions and 15.5 has a compiler bug, hence the 15.6 or newer requirement.

Use VS2017's built in CMAKE support to open the root CMakeLists.txt file. Then you can build from inside VS.

Linux

Just install the libs normally through apt.

cd "location/of/engine-mk1"
mkdir ../build
cd ../build
cmake -G "Unix Makefiles" ../engine-mk1/
make

To Do

Documentation

Coding