Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorstangls <stangls@q1cc.net>2015-12-07 13:17:33 +0300
committerstangls <stangls@q1cc.net>2015-12-07 13:17:33 +0300
commit1536ddc797415c9502175a60c604d5fb1a16e392 (patch)
tree8668a52548d8a71975433cd17f895002bc2e4739 /docs
parent650c1e5aa448e31028304a6f7cf382a580c333b4 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index b9f29170fa..7a78c352d4 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -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