aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install_deps.sh
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2016-10-20 17:58:25 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-21 05:18:13 +0800
commit4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75 (patch)
tree2cd568e291ce79d337c15721dee47993c16179bf /scripts/install_deps.sh
parent5875890576eb95dd73bc04b5e864975cd7a55f43 (diff)
downloaddexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.gz
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.zst
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.zip
Build jsoncpp from source using jsoncpp.cmake script
Diffstat (limited to 'scripts/install_deps.sh')
-rwxr-xr-xscripts/install_deps.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index 334c62d4..c9f82769 100755
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -105,7 +105,6 @@ case $(uname -s) in
brew install boost
brew install cmake
- brew install jsoncpp
# We should really 'brew install' our eth client here, but at the time of writing
# the bottle is known broken, so we will just cheat and use a hardcoded ZIP for
@@ -164,7 +163,7 @@ case $(uname -s) in
# See https://pkgs.alpinelinux.org/
apk update
- apk add boost-dev build-base cmake jsoncpp-dev
+ apk add boost-dev build-base cmake
;;
@@ -219,7 +218,6 @@ case $(uname -s) in
gcc \
git \
libboost-all-dev \
- libjsoncpp-dev \
unzip
;;
@@ -321,8 +319,7 @@ case $(uname -s) in
build-essential \
cmake \
git \
- libboost-all-dev \
- libjsoncpp-dev
+ libboost-all-dev
# Install 'eth', for use in the Solidity Tests-over-IPC.
sudo add-apt-repository -y ppa:ethereum/ethereum
@@ -363,9 +360,6 @@ case $(uname -s) in
sudo yum -y remove boost-devel
sudo wget http://repo.enetres.net/enetres.repo -O /etc/yum.repos.d/enetres.repo
sudo yum install boost-devel
-
- # And finally jsoncpp
- sudo yum -y install jsoncpp-devel
else
echo "Aborted CentOS Solidity Dependency Installation";
exit 1