Skip to content

Instantly share code, notes, and snippets.

@chergert
chergert / uber-build.sh
Created June 13, 2014 02:20
install mongo-c-driver on Ubuntu 14.04 with packages from git.
#!/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
cd ..
sudo dpkg --install libmongoc-*.deb libbson-*.deb