diff options
author | Pascal Fleury <pascal@telefleuries.com> | 2019-01-17 01:16:19 +0100 |
---|---|---|
committer | Pascal Fleury <pascal@telefleuries.com> | 2019-01-17 01:25:16 +0100 |
commit | 60f40baa2e508c3960e3899752c6dc0d6cdc0d55 (patch) | |
tree | bf47e73ce9f795c74c3a2032149c6e4c6491995d /README.md | |
parent | d1a22677c94f604f47fa637adda850e1df745f96 (diff) | |
download | fork-ledger-60f40baa2e508c3960e3899752c6dc0d6cdc0d55.tar.gz fork-ledger-60f40baa2e508c3960e3899752c6dc0d6cdc0d55.tar.bz2 fork-ledger-60f40baa2e508c3960e3899752c6dc0d6cdc0d55.zip |
Update README info.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -114,7 +114,7 @@ run: ### Ubuntu If you're going to build on Ubuntu, `sudo apt-get install ...` the -following packages (current as of Ubuntu 14.04): +following packages (current as of Ubuntu 18.04): $ sudo apt-get install build-essential cmake doxygen \ libboost-system-dev libboost-dev python-dev gettext git \ @@ -122,14 +122,6 @@ following packages (current as of Ubuntu 14.04): libboost-iostreams-dev libboost-python-dev libboost-regex-dev \ libboost-test-dev libedit-dev libgmp3-dev libmpfr-dev texinfo -Or, for Ubuntu 12.04: - - $ sudo apt-get install build-essential cmake zlib1g-dev libbz2-dev \ - python-dev gettext libgmp3-dev libmpfr-dev libboost-dev \ - libboost-regex-dev libboost-date-time-dev \ - libboost-filesystem-dev libboost-python-dev texinfo lcov \ - sloccount libboost-iostreams-dev libboost-test-dev - ### Debian Debian 9 (stretch), Debian 10 (buster), Debian testing and Debian unstable |