Skip to content

Instantly share code, notes, and snippets.

@mpenick
Created January 6, 2015 19:56
Show Gist options
  • Save mpenick/5b28cef156364a59920b to your computer and use it in GitHub Desktop.
Save mpenick/5b28cef156364a59920b to your computer and use it in GitHub Desktop.

To create build:

cd /path/to/cpp-driver
mkdir build; cd build
cmake ../../cpp-driver

To build docs (in the 'build' folder):

make doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment