diff options
| author | redshark1802 <[email protected]> | 2012-12-03 13:36:44 +0100 |
|---|---|---|
| committer | redshark1802 <[email protected]> | 2012-12-03 13:36:44 +0100 |
| commit | 2fdd1a8637074e22ae8c3109204d7ecd57a1ff78 (patch) | |
| tree | a6ce2d48f93e36fa489768a7e593a218e8ed620b /doc | |
| parent | Merge pull request #2044 from Diapolo/backupwallet (diff) | |
| download | discoin-2fdd1a8637074e22ae8c3109204d7ecd57a1ff78.tar.xz discoin-2fdd1a8637074e22ae8c3109204d7ecd57a1ff78.zip | |
added build instructions for Ubuntu >= 12.04
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/readme-qt.rst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index f6adbd8fd..b0fdd4d81 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -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: 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: :: |