From 0922d16cc0f89d7b8d31fc33ecdfb802549f717a Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 1 Jun 2016 03:51:23 +0300 Subject: [PATCH] Updated build instruction (tnx. af-arno) [#METR-20000]. --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index a350d5591f..8cd15b9970 100644 --- a/doc/build.md +++ b/doc/build.md @@ -120,7 +120,7 @@ Otherwise: sudo apt-get install scons git clone -b legacy https://github.com/mongodb/mongo-cxx-driver.git cd mongo-cxx-driver -sudo scons --c++11 --release --cc=$CC --cxx=$CXX --disable-warnings-as-errors -j $THREADS --prefix=/usr/local install +sudo scons --c++11 --release --cc=$CC --cxx=$CXX --ssl=0 --disable-warnings-as-errors -j $THREADS --prefix=/usr/local install cd .. ``` -- GitLab