Skip to content

Instantly share code, notes, and snippets.

@sammacbeth
Created May 25, 2011 11:12
Show Gist options
  • Save sammacbeth/990792 to your computer and use it in GitHub Desktop.
Save sammacbeth/990792 to your computer and use it in GitHub Desktop.
Presage2 build/install on debian-linux
## Presage2 build/install on debian-linux ##
# Currently requires access behind imperial college's
# firewall for access to our maven repository.
# install package deps
sudo apt-get install git-core maven2 openjdk-6-jdk
# get Presage source
git clone git://github.com/Presage/Presage2.git
# install to local maven repo
cd Presage/
mvn install
# (optional) build docs
mvn site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment