To create build:
cd /path/to/cpp-driver
mkdir build; cd build
cmake ../../cpp-driver
To build docs (in the 'build' folder):
make doc
To create build:
cd /path/to/cpp-driver
mkdir build; cd build
cmake ../../cpp-driver
To build docs (in the 'build' folder):
make doc