diff options
author | John Wiegley <johnw@newartisans.com> | 2014-05-17 06:45:26 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-05-17 06:45:26 -0500 |
commit | 35a36f33aa1a5eeb40a028bbab30cf75ec04dd54 (patch) | |
tree | d10522d29fdb3af2b30aea4fe747365bfb50e8f9 /README.md | |
parent | 5d4b31b9c8bf0fe84ff46ae9cb4686ac10e52cc8 (diff) | |
parent | ed52bebcfd7200e8b6adcb02c748d05df7ab6187 (diff) | |
download | fork-ledger-35a36f33aa1a5eeb40a028bbab30cf75ec04dd54.tar.gz fork-ledger-35a36f33aa1a5eeb40a028bbab30cf75ec04dd54.tar.bz2 fork-ledger-35a36f33aa1a5eeb40a028bbab30cf75ec04dd54.zip |
Merge pull request #291 from thdox/ubuntu-14.04
Lower down (from 1.55) requirements towards libboost
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -114,12 +114,10 @@ If you're going to build on Ubuntu, `sudo apt-get install ...` the following packages (current as of Ubuntu 14.04): sudo apt-get install build-essential cmake doxygen - libboost-system1.55-dev libboost1.55-dev python-dev - gettext git libboost-date-time1.55-dev - libboost-filesystem1.55-dev libboost-iostreams1.55-dev - libboost-python1.55-dev libboost-regex1.55-dev - libboost-test1.55-dev libedit-dev libgmp3-dev - libmpfr-dev texinfo + libboost-system-dev libboost-dev python-dev gettext git + libboost-date-time-dev libboost-filesystem-dev + libboost-iostreams-dev libboost-python-dev libboost-regex-dev + libboost-test-dev libedit-dev libgmp3-dev libmpfr-dev texinfo Or, for Ubuntu 12.04: |