diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -111,7 +111,17 @@ run: ### Ubuntu If you're going to build on Ubuntu, `sudo apt-get install ...` the -following packages (current as of Ubuntu 12.04): +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 + +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 @@ -119,13 +129,6 @@ following packages (current as of Ubuntu 12.04): libboost-filesystem-dev libboost-python-dev texinfo lcov sloccount libboost-iostreams-dev libboost-test-dev -Or, for Ubuntu Karmic: - - sudo apt-get install build-essential cmake texinfo python-dev zlib1g-dev - libbz2-dev libgmp3-dev bjam gettext cvs libboost-dev - libboost-regex-dev libboost-date-time-dev - libboost-filesystem-dev libmpfr-dev - ### Debian Debian squeeze (6.0): the version of boost in squeeze is too old |