From 6d3b146788006c48c64715ccdfe50351b414c0a0 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 16 Oct 2015 15:58:08 -0700 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 It will compile binaries to the `out` subdirectory of the current directory.