diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-05-16 16:49:37 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-05-16 16:49:37 -0400 |
commit | 825021a3f1c003bdb2f75be83c903c9e961f8781 (patch) | |
tree | ec7f9951dd108fa6855d288de0eb42905bde1e63 /README.md | |
parent | 353531d5d2b4a02ef845b5a9208ee87cbf251a43 (diff) | |
download | fork-ledger-825021a3f1c003bdb2f75be83c903c9e961f8781.tar.gz fork-ledger-825021a3f1c003bdb2f75be83c903c9e961f8781.tar.bz2 fork-ledger-825021a3f1c003bdb2f75be83c903c9e961f8781.zip |
Add a reference to Debian 8 in the build instructions
I successfully built ledger from git on Debian testing (jessie) as
of today (which will become Debian 8) with the packages listed in
README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -134,9 +134,9 @@ Or, for Ubuntu 12.04: 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: +Debian 7 (wheezy) and Debian 8 (jessie) contains all components needed to +build ledger. You can install all required build dependencies using the +following command: sudo apt-get install build-essential cmake autopoint texinfo python-dev \ zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \ |