summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.textile b/README.textile
index b4192928..4a370fab 100644
--- a/README.textile
+++ b/README.textile
@@ -101,7 +101,7 @@ sudo port install ledger
h3. Ubuntu
-If you're going to be build on Ubuntu, @sudo apt-get install ...@ the
+If you're going to build on Ubuntu, @sudo apt-get install ...@ the
following packages (current as of Ubuntu Hardy):
<pre>
@@ -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