diff options
-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 |