Created
June 6, 2013 03:41
-
-
Save twoixter/5719160 to your computer and use it in GitHub Desktop.
Compile GTest on Ubuntu
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
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