forked from organicmaps/organicmaps
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:
parent
650c1e5aa4
commit
1536ddc797
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue