HowToBuildMarauroa: Difference between revisions

From Arianne
Jump to navigation Jump to search
No edit summary
No edit summary
(No difference)

Revision as of 13:46, 31 January 2005

Requirements

To compile Marauroa you will need:

In order to get it working with MySQL you will also need:

The following libraries are optional and can be added if you wish:

If you want to build the java 3D gladiators client you will need:

Build

Build using ant

First you need ant properly installed on your system to build Marauroa.

  cd /foo/bar/marauroa
  ant -Dlibdir=./dependencies jar

Where dependencies is a directory that contains all the libraries, you can omit it if you have configured correctly your classpath.

Once complete you will have a marauroa-<version>.jar file in the lib folder. You can generate all the documentation by doing ant docs.