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:
authorAlex Zolotarev <alex@maps.me>2015-10-17 01:58:08 +0300
committerAlex Zolotarev <alex@maps.me>2015-10-17 01:58:08 +0300
commit6d3b146788006c48c64715ccdfe50351b414c0a0 (patch)
treeed99add34cd607dd9954f513740a5e0b7f76252d /docs
parentc74f8f1bc583768aba82919f498e31df660b1244 (diff)
Update INSTALL.md
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index bbba0b457f..28fbec63bd 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -29,7 +29,7 @@ and run
The `build_omim.sh` script basically runs these commands:
- qmake omim.pro -spec linux-clang CONFIG+=debug
+ qmake omim.pro -spec linux-clang-libc++ CONFIG+=debug
make -j <number_of_processes>
It will compile binaries to the `out` subdirectory of the current directory.