0、系统环境 Ubuntu 16.04 GCC 5.4 1、安装步骤 1)安装 GFlags 运行如下指令: Shell git clone https://github.com/gflags/gflags.git cd gflags mkdir build && cd build cmake .. -DGFLAGS_NAMESPACE=google -DCMAKE_CXX_FLAGS=-fPIC .. make -j4 sudo make install 123456 git clone https://github.com/gflags/gflags.gitcd gflagsmkdir build && cd buildcmake...