stohrendorf/CroftEngine

Compiling

RahRah80 opened this issue · 4 comments

Hello.

How to compile on Linux?

git clone https://github.com/stohrendorf/CroftEngine.git
cd CroftEngine
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Sorry, the first command was supposed to be git clone https://github.com/stohrendorf/CroftEngine.git, typed that from memory.