cpp/muduo.md at master · evilutopia/cpp · GitHub
Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 675 Bytes

File metadata and controls

32 lines (20 loc) · 675 Bytes

muduo on mac

取mac分支

git clone -b mac https://github.com/chenshuo/muduo

valgrind on mac

boost on mac

  • 如果boost库没有安装在系统的默认路径下则需要调整muduo/CMakeLists.txt
SET(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} ${BOOST_ROOT})
SET(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${BOOST_ROOT}/lib)
LINK_DIRECTORIES(${BOOST_ROOT}/lib)

protobuf on mac