Skip to content

Instantly share code, notes, and snippets.

@chergert
Created June 13, 2014 02:20
Show Gist options
  • Save chergert/4bb50c11f2a51212d50b to your computer and use it in GitHub Desktop.
Save chergert/4bb50c11f2a51212d50b to your computer and use it in GitHub Desktop.

Revisions

  1. chergert created this gist Jun 13, 2014.
    8 changes: 8 additions & 0 deletions uber-build.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    #!/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