summaryrefslogtreecommitdiff
path: root/README-1ST
diff options
context:
space:
mode:
authorMax Linke <max_linke@gmx.de>2014-03-21 20:46:51 +0100
committerMax Linke <max_linke@gmx.de>2014-03-25 20:55:02 +0100
commitae2a4d0368a82ccae722cdad54111d76822aa9b8 (patch)
tree694629b665d693e56b1fe6a85d381f6473ca6b35 /README-1ST
parent8cc9521a9aa8f1c677dfb17fff20ae403f499e55 (diff)
downloadfork-ledger-ae2a4d0368a82ccae722cdad54111d76822aa9b8.tar.gz
fork-ledger-ae2a4d0368a82ccae722cdad54111d76822aa9b8.tar.bz2
fork-ledger-ae2a4d0368a82ccae722cdad54111d76822aa9b8.zip
remove version name for boost in aptitude command
Always point to the most current boost libraries available for debian and it's derivatives
Diffstat (limited to 'README-1ST')
-rw-r--r--README-1ST19
1 files changed, 6 insertions, 13 deletions
diff --git a/README-1ST b/README-1ST
index 21a50ea9..b9bde80e 100644
--- a/README-1ST
+++ b/README-1ST
@@ -54,19 +54,12 @@ it's usually fairly obvious where things have gone astray.
GNU/Linux system (or Debian-based system such as Ubuntu), something
like this should work (as root):
- # aptitude update
- # for name in \
- cmake libboost-dev libboost-date-time-dev libboost-doc \
- libboost-dbg libboost-filesystem-dev libboost-graph-dev \
- libboost-iostreams-dev libboost-program-options-dev \
- libboost-python-dev libboost-regex-dev \
- libboost-serialization-dev libboost-signals-dev \
- libboost-test-dev libboost-thread-dev libboost-wave-dev \
- libmpfr-dev libmpfr-dbg libmpfr-doc; \
- do \
- aptitude install ${name}; \
- done
-
+ sudo apt-get install build-essential cmake autopoint texinfo python-dev \
+ zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \
+ libboost-date-time-dev libboost-filesystem-dev \
+ libboost-graph-dev libboost-iostreams-dev \
+ libboost-python-dev libboost-regex-dev libboost-test-dev
+
----------------------------------------------------------------------
- Q: Configure fails saying it can't find boost_regex