Skip to content

Instantly share code, notes, and snippets.

@acmorrow
Last active August 29, 2015 14:03
Show Gist options
  • Save acmorrow/dadbb1749e6dd287dc1a to your computer and use it in GitHub Desktop.
Save acmorrow/dadbb1749e6dd287dc1a to your computer and use it in GitHub Desktop.
OS X:
mkdir SKUNKWORKS
cd SKUNKWORKS
git clone https://github.com/acmorrow/mongo
cd mongo
git checkout sw-cmake
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -G Ninja
/usr/bin/time ninja all
/usr/bin/time ninja all
ninja test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment