summaryrefslogtreecommitdiff
path: root/README.md
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.md
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.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index b56f3fe3..d758794c 100644
--- a/README.md
+++ b/README.md
@@ -112,9 +112,9 @@ following packages (current as of Ubuntu 12.04):
Or, for Ubuntu Karmic:
sudo apt-get install build-essential cmake texinfo python-dev zlib1g-dev
- libbz2-dev libgmp3-dev bjam gettext cvs libboost1.40-dev
- libboost-regex1.40-dev libboost-date-time1.40-dev
- libboost-filesystem1.40-dev libmpfr-dev
+ libbz2-dev libgmp3-dev bjam gettext cvs libboost-dev
+ libboost-regex-dev libboost-date-time-dev
+ libboost-filesystem-dev libmpfr-dev
### Debian
@@ -125,11 +125,11 @@ Debian wheezy (7.0) contains all components needed to build ledger.
You can install all required build dependencies using the following
command:
- sudo apt-get install build-essential cmake autopoint texinfo python-dev
- zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev
- libboost-date-time1.49-dev libboost-filesystem1.49-dev
- libboost-graph1.49-dev libboost-iostreams1.49-dev
- libboost-python1.49-dev libboost-regex1.49-dev libboost-test1.49-dev
+ 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
## Building