An overview of OpenRPG, including how to download and use it, some basic templates, and more.
Here is how to build from source
Currently we require cmake
(at least v2.8.4) and make
Linux: run build.sh $ ./build.sh
Create a build directory $ mkdir build && cd build
Run cmake $ cmake ..
OR Optionally run $ cmake -DCMAKE_INSTALL_PREFIX=/desired/install/location ..
Run make $ make
Run make check $ make check
After building run make install $ make install