Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ibrary into v2
  • Loading branch information
AO-StreetArt committed Jun 14, 2018
2 parents f04b9eb + 5ad4320 commit 9d8d765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/deb/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apt-get install -y zlib1g-dev apt-utils debconf-utils iputils-ping wget curl mc
printf "Installing Poco\n"
wget https://pocoproject.org/releases/poco-1.9.0/poco-1.9.0-all.tar.gz
tar -xvzf poco-1.9.0-all.tar.gz
cd poco-1.9.0-all && ./configure --omit=Data/ODBC,Data/MySQL && make -s && sudo make -s install
cd poco-1.9.0-all && ./configure --omit=Data/ODBC,Data/MySQL && make -s && make -s install
cd ../

printf "Installing Rapidjson\n"
Expand Down
4 changes: 2 additions & 2 deletions scripts/rhel/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ yum -y update
printf "Addressing pre-build requirements"

#Ensure that specific build requirements are satisfied
yum -y install build-essential libtool autoconf automake cmake make git wget gcc gcc-c++ epel-release libuuid-devel
yum -y install build-essential libtool autoconf automake cmake make git wget gcc gcc-c++ epel-release libuuid-devel zlib-devel
yum repolist

#Build POCO
printf "Installing Poco\n"
wget https://pocoproject.org/releases/poco-1.9.0/poco-1.9.0-all.tar.gz
tar -xvzf poco-1.9.0-all.tar.gz
cd poco-1.9.0-all && ./configure --omit=Data/ODBC,Data/MySQL && make -s && sudo make -s install
cd poco-1.9.0-all && ./configure --omit=Data/ODBC,Data/MySQL && make -s && make -s install
cd ../

printf "Installing Rapidjson"
Expand Down

0 comments on commit 9d8d765

Please sign in to comment.