aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJacob Benjamin Cholewa <Jacob@cholewa.dk>2016-08-10 21:23:54 +0800
committerGitHub <noreply@github.com>2016-08-10 21:23:54 +0800
commitadfb2f2b9fc4a500e90103e0f664a8852b445d51 (patch)
tree214db0d342e33f93053e43294c099912163aa115 /docs
parentcacc3b6bca65b93bb9315bd1b9e42bebec6ed58b (diff)
downloaddexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.tar
dexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.tar.gz
dexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.tar.bz2
dexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.tar.lz
dexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.tar.xz
dexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.tar.zst
dexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.zip
Update installing-solidity.rst
The JsonCpp library is also a needed dependency
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 33bba29b..47388c25 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)
---------------------