Browse Source

Merge pull request #2055 from redshark1802/master

more specific build instructions for Ubuntu
0.8
Gavin Andresen 12 years ago
parent
commit
85887020dc
  1. 14
      doc/readme-qt.rst

14
doc/readme-qt.rst

@ -8,7 +8,11 @@ Debian @@ -8,7 +8,11 @@ Debian
-------
First, make sure that the required packages for Qt4 development of your
distribution are installed, for Debian and Ubuntu these are:
distribution are installed, these are
::
for Debian and Ubuntu <= 11.10 :
::
@ -16,6 +20,14 @@ distribution are installed, for Debian and Ubuntu these are: @@ -16,6 +20,14 @@ distribution are installed, for Debian and Ubuntu these are:
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb4.8++-dev
for Ubuntu >= 12.04 (please read the 'Berkely DB version warning' below):
::
apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb++-dev libminiupnpc-dev
then execute the following:
::

Loading…
Cancel
Save