Build OpenMOLE
Checkout
You can checkout the sources using git. For the core:
git clone git://git.openmole.org/openmole
cd openmole
The current development versions stands in the master branch.
Compile
In order to compile the latest dev branch of openmole-core, you should have maven 3 and java 7.
mvn install
You can now find the application in application/openmole-ui-package/target/openmole/.
Build the installer
After a successfull compilation you can build an installer:
cd installer
mvn clean install
Forge
The development site can be found here: https://forge.iscpif.fr/projects/openmole