Skip to content

Instantly share code, notes, and snippets.

@twoixter
Created June 6, 2013 03:41
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