Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 221 Bytes

GoogleTest-Installation.md

File metadata and controls

20 lines (14 loc) · 221 Bytes

GoogleTest Installation

Installation on Linux

  • CentOS / Red Hat
yum install gtest
  • Ubuntu
sudo apt install libgtest-dev

Installation on macOS

brew install googletest