- Notifications
You must be signed in to change notification settings - Fork 27
Building from source
benjaminpick edited this page Jun 13, 2012
·
6 revisions
This project is built via ant.
- Check out the repository (or download the source).
- Rename
build.properties.templatetobuild.propertiesand adapt the directory paths to your machine. - Assemble the package:
ant package(standalone) orant package-plugin(regain plugin). - If you want to install the regain plugin, use
ant deploy-desktop(regain desktop version) orant deploy-server(regain server version). Follow the output instructions there.