By the way, when installing gtest, wget may fail if ca-certficate not installed but it still proceed with a empty .zip file, and ./bin will not be created, which results in an error when executing unzip during compilation. However make clean ignore those corrupted or empty files, which makes reinstall even harder in those cases.
It should be
Instead of
At least on Ubuntu 18.04 LTS.
By the way, when installing
gtest
,wget
may fail ifca-certficate
not installed but it still proceed with a empty.zip
file, and./bin
will not be created, which results in an error when executingunzip
during compilation. Howevermake clean
ignore those corrupted or empty files, which makes reinstall even harder in those cases.