Update INSTALL.md

It seems, a bug was fixed in llvm leading to a segmentation fault on some systems.
Upgrading to Version 3.6 works helped working around this issue.
This commit is contained in:
stangls 2015-12-07 11:17:33 +01:00
parent 650c1e5aa4
commit 1536ddc797

View file

@ -67,9 +67,9 @@ You shouldn't need this on newer versions.
Then:
sudo apt-get install clang-3.5 libc++-dev libboost-iostreams-dev libglu1-mesa-dev
sudo ln -s /usr/lib/llvm-3.5/bin/clang /usr/bin/clang
sudo ln -s /usr/lib/llvm-3.5/bin/clang++ /usr/bin/clang++
sudo apt-get install clang-3.6 libc++-dev libboost-iostreams-dev libglu1-mesa-dev
sudo ln -s /usr/lib/llvm-3.6/bin/clang /usr/bin/clang
sudo ln -s /usr/lib/llvm-3.6/bin/clang++ /usr/bin/clang++
tools/unix/build_omim.sh
Prepend with `CONFIG=gtool` if only generator_tool is needed. You would need 1.5 GB of memory