adofsauron / muduo-tutorial

Tutorial of Muduo network library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples of Muduo network library

src      - source file
makefile - build with Makefile
cmake    - build with CMake

assuming Muduo is installed in $HOME/build/debug-install

1) build with CMake
mkdir build
cd build
cmake ../cmake
make
# echo binary is in ./bin/

2) build with GNU make
cd makefile
make
# echo binary is in ./

About

Tutorial of Muduo network library


Languages

Language:C++ 49.6%Language:CMake 36.0%Language:Makefile 14.4%