源码编译安装过程
git clone https://github.com/google/glog
sudo apt-get install autoconf automake libtool
cd glog
./autogen.sh //如果没有可以跳过
./configure //如果没有可以跳过
mkdir build
cd build
cmake ..
make -j
sudo make install
安装路径