mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build jsoncpp from source using jsoncpp.cmake script
This commit is contained in:
committed by
Alex Beregszaszi
parent
5875890576
commit
4bde0a2d36
@@ -31,7 +31,6 @@ set -ev
|
||||
|
||||
echo -en 'travis_fold:start:installing_dependencies\\r'
|
||||
test -e cryptopp -a -e cryptopp/src || git clone https://github.com/mmoss/cryptopp.git
|
||||
test -e jsoncpp -a -e jsoncpp/include || git clone https://github.com/open-source-parsers/jsoncpp.git
|
||||
test -e boost_1_57_0 -a -e boost_1_57_0/boost || (
|
||||
wget 'http://downloads.sourceforge.net/project/boost/boost/'\
|
||||
'1.57.0/boost_1_57_0.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2F'\
|
||||
|
||||
Reference in New Issue
Block a user