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

Sign up
Appearance settings

chenshuo/muduo-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

Examples of Muduo network library
0) src - source file
1) bazel - build with Bazel
2) cmake-submodule - build with CMake, checking out muduo as a git submodule
3) cmake - build with CMake
2) makefile - build with Makefile
1) build with bazel
cd bazel
bazel build -c opt :all
2) build with CMake with git submodule
git submodule update --init
mkdir build
cd build
cmake ../cmake-submodule
make
Assuming Muduo is installed in $HOME/build/debug-install
3) build with CMake
mkdir build
cd build
cmake ../cmake
make
# echo binary is in ./bin/
4) 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

Contributors

AltStyle によって変換されたページ (->オリジナル) /