Skip to content

Commit

Permalink
Rhel Dependency script update
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Aug 30, 2017
1 parent dbf9976 commit bc5505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rhel/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gcc --version
printf "Building libneo4j"

mkdir $PRE/neo
wget https://github.com/cleishm/libneo4j-client/releases/download/v1.2.1/libneo4j-client-1.2.1.tar.gz -P ./$PRE
wget https://github.com/cleishm/libneo4j-client/releases/download/v1.2.1/libneo4j-client-2.1.3.tar.gz -P ./$PRE

tar -zxvf $PRE/libneo4j-client-2.1.3.tar.gz -C $PRE/neo
cd $PRE/neo/libneo4j-client-2.1.3 && sudo ./configure --disable-tools --without-tls && sudo make clean check && sudo make install
Expand Down

0 comments on commit bc5505b

Please sign in to comment.