Today I will describe in short how to compile C++ drivers for MongoDB over Ubuntu 14.04 Make new Directories mkdir /root/mongodb-client-install mkdir /root/mongodb-git cd /root/mongodb-git Getting the source code git clone https://github.com/mongodb/mongo-cxx-driver.git Install pre-requisites apt-get install scons libboost-all-dev build-essential libsasl2-2