diff options
author | Jacob Benjamin Cholewa <Jacob@cholewa.dk> | 2016-08-10 21:23:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 21:23:54 +0800 |
commit | adfb2f2b9fc4a500e90103e0f664a8852b445d51 (patch) | |
tree | 214db0d342e33f93053e43294c099912163aa115 /docs | |
parent | cacc3b6bca65b93bb9315bd1b9e42bebec6ed58b (diff) | |
download | dexon-solidity-adfb2f2b9fc4a500e90103e0f664a8852b445d51.tar.gz 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.rst | 2 |
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) --------------------- |