diff options
author | Craig Earls <enderw88@gmail.com> | 2014-03-25 18:56:32 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-03-25 18:56:32 -0700 |
commit | 3112851e97039ac5b15af640d3f30ef54aeab398 (patch) | |
tree | b49eec1175e583a59b5e64a83d4523555105fbb6 /README-1ST | |
parent | 6eeefecf01371428f98123f28d2541d0c09d79f6 (diff) | |
parent | b9078dc93ffdb526efd0a859a73cc3076108f6b2 (diff) | |
download | fork-ledger-3112851e97039ac5b15af640d3f30ef54aeab398.tar.gz fork-ledger-3112851e97039ac5b15af640d3f30ef54aeab398.tar.bz2 fork-ledger-3112851e97039ac5b15af640d3f30ef54aeab398.zip |
Merge commit 'b9078dc93ffdb526efd0a859a73cc3076108f6b2'
Diffstat (limited to 'README-1ST')
-rw-r--r-- | README-1ST | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -54,19 +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): - # aptitude update - # for name in \ - cmake libboost-dev libboost-date-time-dev libboost-doc \ - libboost-dbg libboost-filesystem-dev libboost-graph-dev \ - libboost-iostreams-dev libboost-program-options-dev \ - libboost-python-dev libboost-regex-dev \ - libboost-serialization-dev libboost-signals-dev \ - libboost-test-dev libboost-thread-dev libboost-wave-dev \ - libmpfr-dev libmpfr-dbg libmpfr-doc; \ - do \ - aptitude install ${name}; \ - done - + sudo apt-get install build-essential cmake autopoint 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 + ---------------------------------------------------------------------- - Q: Configure fails saying it can't find boost_regex |