From adfb2f2b9fc4a500e90103e0f664a8852b445d51 Mon Sep 17 00:00:00 2001 From: Jacob Benjamin Cholewa Date: Wed, 10 Aug 2016 15:23:54 +0200 Subject: [PATCH] Update installing-solidity.rst The JsonCpp library is also a needed dependency --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 33bba29ba..47388c257 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -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) ---------------------