Update INSTALL.md

This commit is contained in:
Alex Zolotarev 2015-10-16 15:58:08 -07:00
parent c74f8f1bc5
commit 6d3b146788

View file

@ -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.