Created
November 28, 2015 18:12
-
-
Save jonm/bd6e82f14876c2c530f6 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env sh | |
git clone https://github.com/Snaipe/Criterion.git && \ | |
cd Criterion && \ | |
git fetch origin master:master && \ | |
git checkout master && \ | |
mkdir build && \ | |
cd build && \ | |
cmake .. && \ | |
cmake --build . && \ | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment