Skip to content

Instantly share code, notes, and snippets.

@NorbertFenk
Created March 14, 2018 08:00
Show Gist options
  • Save NorbertFenk/cac6837252259b1ec51ae319e9419653 to your computer and use it in GitHub Desktop.
Save NorbertFenk/cac6837252259b1ec51ae319e9419653 to your computer and use it in GitHub Desktop.
Download the requested version: https://github.com/google/googletest/releases
tar -xzvf <GTEST-FOLDER>.tar.gz
cd <UNZIPPED-FOLDER>
mkdir build
cd build
cmake -G"Unix Makefiles" .. # By default the CMake try to identify the system so the -G"Unix Makefiles" optionally
make install # If needed use super user previlige
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment