aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing-solidity.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-13 22:32:35 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-18 23:35:32 +0800
commitd4ad3231a294bad3b5c81cde6e27ff38ecef7f76 (patch)
tree1a4de5d0b70e0f983dc4d98a678c42018a9c4fad /docs/installing-solidity.rst
parent4b9e9cad562b96fc1d6eeb59a2115544c89cf72a (diff)
downloaddexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar
dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar.gz
dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar.bz2
dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar.lz
dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar.xz
dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar.zst
dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.zip
Removed trailing whitespace
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r--docs/installing-solidity.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index b4448c95..647ff1f7 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -59,13 +59,13 @@ Set up Homebrew:
brew update
brew upgrade
-
+
brew install boost --c++11 # this takes a while
- brew install cmake cryptopp miniupnpc leveldb gmp libmicrohttpd libjson-rpc-cpp
+ brew install cmake cryptopp miniupnpc leveldb gmp libmicrohttpd libjson-rpc-cpp
# For Mix IDE and Alethzero only
brew install xz d-bus
brew install homebrew/versions/v8-315
- brew install llvm --HEAD --with-clang
+ brew install llvm --HEAD --with-clang
brew install qt5 --with-d-bus # add --verbose if long waits with a stale screen drive you crazy as well
Ubuntu
@@ -112,7 +112,7 @@ For Ubuntu 15.10 (Wily Werewolf) or newer, use the following command instead:
.. code-block:: bash
sudo apt-get -y install build-essential git cmake libboost-all-dev libgmp-dev libleveldb-dev libminiupnpc-dev libreadline-dev libncurses5-dev libcurl4-openssl-dev libcryptopp-dev libjsonrpccpp-dev libmicrohttpd-dev libjsoncpp-dev libedit-dev libz-dev
-
+
The reason for the change is that `libjsonrpccpp-dev` is available in the universe repository for newer versions of Ubuntu.
Building
@@ -128,7 +128,7 @@ they relate only to Alethzero and Mix
./webthree-helpers/scripts/ethupdate.sh --no-push --simple-pull --project solidity # update Solidity repo
./webthree-helpers/scripts/ethbuild.sh --no-git --project solidity --all --cores 4 -DEVMJIT=0 # build Solidity and others
#enabling DEVMJIT on OS X will not build
- #feel free to enable it on Linux
+ #feel free to enable it on Linux
If you opted to install Alethzero and Mix: