Toeger / ARPGT1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:C++ 94.7%Language:QMake 3.6%Language:CMake 1.1%Language:C 0.6%Language:Shell 0.1%