Skip to content

Instantly share code, notes, and snippets.

@jonm
Created November 28, 2015 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonm/bd6e82f14876c2c530f6 to your computer and use it in GitHub Desktop.
Save jonm/bd6e82f14876c2c530f6 to your computer and use it in GitHub Desktop.
#!/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