This tutorial is intended to provide an easy start with googletest and googlemock.
git clone https://github.com/google/googletest.git
cd googletest
mkdir build
cd build
cmake ..
make
sudo make install
This tutorial is currently available in German.