diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-03 07:51:20 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-03 07:51:20 +0200 |
| commit | 21e47f8d0403e2b45fd403f212ace20f3bfd2888 (patch) | |
| tree | aa6a1ca9570ef1f031a07994953adb4c6bae7b53 | |
| parent | remove "edit" button, document double-click behaviour to edit (diff) | |
| download | discoin-21e47f8d0403e2b45fd403f212ace20f3bfd2888.tar.xz discoin-21e47f8d0403e2b45fd403f212ace20f3bfd2888.zip | |
remove libboostall-dev is not needed dependency
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 311991452..9c1db1e6d 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ distribution are installed, for Debian and Ubuntu these are: :: 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 \ + libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \ libssl-dev libdb4.8++-dev then execute the following: |