https://github.com/songquanpeng/muduo-template
Template project for Muduo network library.
https://github.com/songquanpeng/muduo-template
Last synced: 5 months ago
JSON representation
Template project for Muduo network library.
- Host: GitHub
- URL: https://github.com/songquanpeng/muduo-template
- Owner: songquanpeng
- Created: 2022-06-15T14:08:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T15:23:46.000Z (over 3 years ago)
- Last Synced: 2025-02-26T09:38:36.344Z (8 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Muduo Template
## Get Started
```bash
git clone --recursive git@github.com:songquanpeng/muduo-template.git
mkdir build
cd build
cmake ..
make
```