diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-26 16:39:25 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-26 16:39:25 -0500 |
commit | 64a9b42381c26baf24e58b40f50f0b253e551811 (patch) | |
tree | 5447a29dff64c3a8b7be8100a01bcb4a2d73b0bb /README.textile | |
parent | 7cc550fc22357e2ded194d3e65287c6b3317f5ae (diff) | |
parent | b4407c10c0071365322b2963747bf42a57fd7304 (diff) | |
download | fork-ledger-64a9b42381c26baf24e58b40f50f0b253e551811.tar.gz fork-ledger-64a9b42381c26baf24e58b40f50f0b253e551811.tar.bz2 fork-ledger-64a9b42381c26baf24e58b40f50f0b253e551811.zip |
Merge branch 'release/v3.0.0-20120426'
Diffstat (limited to 'README.textile')
-rw-r--r-- | README.textile | 20 |
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 |