Skip to content

Instantly share code, notes, and snippets.

@twoixter
Created June 6, 2013 03:41
Show Gist options
  • Save twoixter/5719160 to your computer and use it in GitHub Desktop.
Save twoixter/5719160 to your computer and use it in GitHub Desktop.
Compile GTest on Ubuntu
cd $(mktemp -d)
cmake /usr/src/gtest
make
sudo mv libgtest.a /usr/lib/
sudo mv libgtest_main.a /usr/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment