Last active
August 29, 2015 14:03
-
-
Save acmorrow/dadbb1749e6dd287dc1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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