From d3401dd91d771bebda70cc20a545076f5aa8e4d0 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 20 Mar 2012 10:59:34 +0000 Subject: Document build dependencies needed by Debian squeeze and wheezy. This also fixes bug #640 --- README.textile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.textile b/README.textile index b4192928..8f532adc 100644 --- a/README.textile +++ b/README.textile @@ -122,6 +122,24 @@ sudo apt-get install build-essential libtool autoconf automake \ libmpfr-dev +h3. Debian + +Debian squeeze (6.0): the version of boost in squeeze is too old +for ledger and unfortunately no backport is available at the moment. + +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 libtool autoconf automake  \
+     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
+
+ h2. Building The next step is preparing your environment for building. While you can use -- cgit v1.2.3