Skip to content
Chris Hutchinson edited this page Jun 16, 2015 · 5 revisions

Build

This project uses Maven

[b]NOTE:[/b] 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
maven build
cd ..
cd rpgtoolkit-engine
maven build
Clone this wiki locally