Skip to content
Chris Hutchinson edited this page Aug 28, 2015 · 5 revisions

Build

This project uses Maven

NOTE: This project relies on the RPG Toolkit 4.x Core Framework. You must clone, build, and install that project into your local Maven repository. The project is not currently available in a separate Maven repository.

Example

git clone https://github.com/rpgtoolkit/core.git rpgtoolkit-core
git clone https://github.com/rpgtoolkit/engine.git rpgtoolkit-engine
cd rpgtoolkit-core
mvn build
mvn install
cd ..
cd rpgtoolkit-engine
mvn build
Clone this wiki locally