diff options
Diffstat (limited to 'README-1ST')
-rw-r--r-- | README-1ST | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -54,11 +54,12 @@ it's usually fairly obvious where things have gone astray. GNU/Linux system (or Debian-based system such as Ubuntu), something like this should work (as root): - sudo apt-get install build-essential cmake autopoint texinfo python-dev \ + sudo apt-get install build-essential cmake texinfo python-dev \ zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \ libboost-date-time-dev libboost-filesystem-dev \ libboost-graph-dev libboost-iostreams-dev \ - libboost-python-dev libboost-regex-dev libboost-test-dev + libboost-python-dev libboost-regex-dev libboost-test-dev \ + doxygen libedit-dev libmpc-dev ---------------------------------------------------------------------- |