Skip to content

finch0001/muduo-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.6%
  • CMake 36.0%
  • Makefile 14.4%