编译 需要cmake 3.1+版本,如果是老的cmake版本,请用CMAKE_CXX_FLAGS指定c++的版本为c++11,读者可以参考这里。 mkdir build && cd build && cmake .. make