diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-20 10:59:34 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-20 10:59:34 +0000 |
commit | d3401dd91d771bebda70cc20a545076f5aa8e4d0 (patch) | |
tree | ea3882189c730588769bbc8921e088690fed67f8 | |
parent | 3fb7490bc91e65050e090ab7fa2dcae230d1697e (diff) | |
download | fork-ledger-d3401dd91d771bebda70cc20a545076f5aa8e4d0.tar.gz fork-ledger-d3401dd91d771bebda70cc20a545076f5aa8e4d0.tar.bz2 fork-ledger-d3401dd91d771bebda70cc20a545076f5aa8e4d0.zip |
Document build dependencies needed by Debian squeeze and wheezy.
This also fixes bug #640
-rw-r--r-- | README.textile | 18 |
1 files changed, 18 insertions, 0 deletions
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 </pre> +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: + +<pre> +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 +</pre> + h2. Building The next step is preparing your environment for building. While you can use |