Setup jMonkeyEngine3

aurellem

Written by:

Robert McIntyre

1 Setup

First, I checked out the source to jMonkeyEngine:

svn checkout http://jmonkeyengine.googlecode.com/svn/trunk/engine \
             /home/r/proj/jMonkeyEngine3
Checked out revision 9220.

Building jMonkeyEngine is easy enough:

cd /home/r/proj/jMonkeyEngine3
ant jar | tail -n 2
BUILD SUCCESSFUL
Total time: 2 seconds

Also build the javadoc:

cd /home/r/proj/jMonkeyEngine3
ant javadoc | tail -n 2
BUILD SUCCESSFUL
Total time: 13 seconds

The java classpath should have all the jars from the jMonkeyEngine directory.

Author: Robert McIntyre

Created: 2015-04-19 Sun 07:04

Emacs 24.4.1 (Org mode 8.3beta)

Validate