Skip to content

Instantly share code, notes, and snippets.

@dongkwan-kim
Last active February 25, 2017 11:24
Show Gist options
  • Save dongkwan-kim/0c3fa03f7ef44b8952f2c54ebe5135df to your computer and use it in GitHub Desktop.
Save dongkwan-kim/0c3fa03f7ef44b8952f2c54ebe5135df to your computer and use it in GitHub Desktop.
wget https://github.com/google/googletest/archive/release-1.7.0.tar.gz
tar xf release-1.7.0.tar.gz
cd googletest-release-1.7.0
cmake .
make
cp -a include/gtest ../KENSv3/include
cp -a libgtest* ../KENSv3/lib
cd ..
rm release-1.7.0.tar.gz
rm -rf googletest-release-1.7.0/
cd KENSv3/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment