diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-02 10:33:36 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-02 10:33:36 +0200 |
| commit | 05da981f05d7b2e1551345a042d3379e9244f09b (patch) | |
| tree | e095001768661d4bd36db63f82765d6f231de9b0 | |
| parent | "Receive coins" instead of "Receiving addresses" (diff) | |
| download | discoin-05da981f05d7b2e1551345a042d3379e9244f09b.tar.xz discoin-05da981f05d7b2e1551345a042d3379e9244f09b.zip | |
update build instructions (thanks tschaboo)
| -rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 9d7ad10f1..311991452 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,9 @@ distribution are installed, for Debian and Ubuntu these are: :: - apt-get install qt4-qmake libqt4-dev + apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \ + libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libboost-all-dev \ + libssl-dev libdb4.8++-dev then execute the following: |