/ARPGT1

Primary LanguageC++OtherNOASSERTION

Build Status

ARPGT1

This is the client of ARPGT1.

It uses ECS as a submodule, therefore you need to clone using

git clone https://github.com/Toeger/ARPGT1
git submodule init
git submodule update

so that it pulls the required ECS submodule too.

ARPGT1 currently requires Irrlicht. Tested with Irrlicht Engine version 1.8.3. Also Lua 5.1 is required.

You can use cd ARPGT1 && mkdir build && cd build && cmake .. && make -j8 && ./ARPGT1 to get the program built and running. If you want to build outside the ARPGT1 directory you need to copy the folders Art and Data. Alternatively a qmake .pro file is available to build.