Merge pull request #380 from 4tXJ7f/patch-1

[Documentation] Include correct dev package
This commit is contained in:
chriseth 2016-02-03 22:34:44 +01:00
commit fad2d4df22

View File

@ -98,12 +98,20 @@ Now add all the rest:
sudo apt-get -y update
sudo apt-get -y upgrade
Use the following command to add the develop packages:
For Ubuntu 15.04 (Vivid Vervet) or older, use the following command to add the develop packages:
.. 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 libjson-rpc-cpp-dev libmicrohttpd-dev libjsoncpp-dev libedit-dev libz-dev
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
--------