# GoogleTest ## インストール手順 ##### Cmakeのインストール ``` # yum install cmake3 ``` ##### Ninjaのインストール ``` # yum install ninja-build ```