summaryrefslogtreecommitdiff
path: root/README.md
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.md
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.md')
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 86a34e08..d072cb65 100644
--- a/README.md
+++ b/README.md
@@ -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