need to install bindead before compiling p9

This commit is contained in:
Steven Van Acker 2017-02-12 10:28:44 +01:00
parent 4760669b78
commit b8711f9128

View file

@ -5,6 +5,7 @@ INST_DIR="$PWD"
[ -e bindead ] || git clone --depth 1 https://bitbucket.org/mihaila/bindead.git
cd bindead
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/jre ./build.sh
mvn install
cd ..
[ -e p9 ] || git clone --depth 1 https://bitbucket.org/mihaila/p9.git