Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulomcnally/1ac1e4e678c4fb958079b0c3e34fbc2c to your computer and use it in GitHub Desktop.
Save paulomcnally/1ac1e4e678c4fb958079b0c3e34fbc2c to your computer and use it in GitHub Desktop.
sudo apt-get install scons libssl-dev python-pip libffi-dev libcurl4-openssl-dev cmake
wget https://github.com/mongodb/mongo-c-driver/releases/download/1.14.0/mongo-c-driver-1.14.0.tar.gz
tar xzvf mongo-c-driver-1.14.0.tar.gz
cd mongo-c-driver-1.14.0.tar
sudo cmake . && sudo make install
tar xzvf mongodb-src-v4.0-latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment