Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

finch0001/muduo-tutorial

Open more actions menu
 
 

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%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.