Document build dependencies needed by Debian squeeze and wheezy.
This also fixes bug #640
This commit is contained in:
parent
3fb7490bc9
commit
d3401dd91d
1 changed files with 18 additions and 0 deletions
|
|
@ -122,6 +122,24 @@ sudo apt-get install build-essential libtool autoconf automake \
|
||||||
libmpfr-dev
|
libmpfr-dev
|
||||||
</pre>
|
</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
|
h2. Building
|
||||||
|
|
||||||
The next step is preparing your environment for building. While you can use
|
The next step is preparing your environment for building. While you can use
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue