From b8711f912821777ae92076195c99d3675f6a1afc Mon Sep 17 00:00:00 2001 From: Steven Van Acker Date: Sun, 12 Feb 2017 10:28:44 +0100 Subject: [PATCH] need to install bindead before compiling p9 --- bindead/install | 1 + 1 file changed, 1 insertion(+) diff --git a/bindead/install b/bindead/install index 3249791..f93550e 100755 --- a/bindead/install +++ b/bindead/install @@ -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