Skip to content

Instantly share code, notes, and snippets.

@hongkongkiwi
Forked from chergert/uber-build.sh
Last active August 29, 2015 14:05
Show Gist options
  • Save hongkongkiwi/61b91786f18eb48331ec to your computer and use it in GitHub Desktop.
Save hongkongkiwi/61b91786f18eb48331ec to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sudo apt-get install gcc dpkg-dev cdbs automake autoconf libtool make libssl-dev libsasl2-dev git python-lxml pkg-config
git clone git://github.com/mongodb/mongo-c-driver.git
cd mongo-c-driver
./build/mci.sh --notest --enable-ssl
cd ..
sudo dpkg --install libmongoc-*.deb libbson-*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment