我正在尝试构建包含'gflags/gflags.h'
并且无法找到它的库。
我用自制软件安装了 gflags 和 glog。
CMake 输出说:
-- Found installed version of gflags: /usr/local/lib/cmake/gflags
-- Detected gflags version: 2.2.2
-- Found Gflags: /usr/local/include
-- Found Glog: /usr/local/include
虽然运行"cmake"
一切正常,但没有错误。但是当我运行"make install"
它时它无法构建并且它说"fatal error: 'gflags/gflags.h' file not found"
如何在 OsX 中构建需要 gflags 的库?