Updated build instruction (tnx. af-arno) [#METR-20000].

This commit is contained in:
Alexey Milovidov 2016-06-01 03:51:23 +03:00
parent 65a268bac6
commit 0922d16cc0

View File

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