summaryrefslogtreecommitdiff
path: root/README-1ST
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2014-05-11 17:13:09 +0200
committerthdox <thdox@free.fr>2014-05-11 17:13:09 +0200
commit4b6e051adbc5615e4099e9d4e69d7341b9c4dc8d (patch)
treec2bda4b75afce1f1ba8eb1a6812b40e9dd23c9a4 /README-1ST
parent56cf72ed0a7cdf134d1046559582a4a11fbfdedc (diff)
downloadfork-ledger-4b6e051adbc5615e4099e9d4e69d7341b9c4dc8d.tar.gz
fork-ledger-4b6e051adbc5615e4099e9d4e69d7341b9c4dc8d.tar.bz2
fork-ledger-4b6e051adbc5615e4099e9d4e69d7341b9c4dc8d.zip
Ubuntu 14.04 compilation help update:
- add patch from Hans Erik van Elburg posted on mailing-list on 9-May-2014 - add also some documentation in README files
Diffstat (limited to 'README-1ST')
-rw-r--r--README-1ST5
1 files changed, 3 insertions, 2 deletions
diff --git a/README-1ST b/README-1ST
index b9bde80e..09ec9c95 100644
--- a/README-1ST
+++ b/README-1ST
@@ -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
----------------------------------------------------------------------