Update installing-solidity.rst

The JsonCpp library is also a needed dependency
This commit is contained in:
Jacob Benjamin Cholewa 2016-08-10 15:23:54 +02:00 committed by GitHub
parent cacc3b6bca
commit adfb2f2b9f

View File

@ -61,7 +61,7 @@ Set up Homebrew:
brew upgrade
brew install boost --c++11 # this takes a while
brew install cmake cryptopp gmp
brew install cmake cryptopp gmp jsoncpp
Ubuntu Trusty (14.04)
---------------------