From 7ad9f8bbb23150885fc039b14b277faddeba3386 Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Thu, 15 Oct 2015 20:24:32 +0100 Subject: [PATCH] PPA required for Ubuntu 14.04 installation. You also need a PPA that gives you an up-to-date version of libc++. --- docs/INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 973bd7b3b7..4ca6b598c1 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -57,6 +57,11 @@ Do a git clone: cd omim echo | ./configure.sh +On Ubuntu 14.04, you'll need a PPA with an up-to-date version of libc++. +You shouldn't need this on newer versions. + + sudo add-apt-repository ppa:jhe/llvm-toolchain + Then: sudo apt-get install clang-3.5 libc++-dev libboost-iostreams-dev libglu1-mesa-dev