https://github.com/q191201771/chef_cc
deprecated. new repo: https://github.com/q191201771/libchef
https://github.com/q191201771/chef_cc
Last synced: about 1 month ago
JSON representation
deprecated. new repo: https://github.com/q191201771/libchef
- Host: GitHub
- URL: https://github.com/q191201771/chef_cc
- Owner: q191201771
- Created: 2014-07-01T09:26:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T08:41:09.000Z (about 10 years ago)
- Last Synced: 2025-04-03T07:05:46.800Z (6 months ago)
- Language: C++
- Homepage:
- Size: 768 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chef_cc
## Brief
* **chef_base** is a set of linux c++ tools(log,buffer,thread,etc).
* **chef_io** is a multi-thread epoll lib, **io_tcp.h** is the unique interface header and you can get more user-manual in it.
## Dependings
### boost
```
$sudo apt-get install libboost-dev libboost-all-dev -y
```(i've tested 1.53 & 1.55)
### cmake
```
$sudo apt-get install cmake -y
```### c++11(now gcc contain it already)
### google protobuf(optional, to build demo_chat)
```
$sudo apt-get install protobuf-compiler libprotobuf-dev -y
```## Build
```
$./build.sh
```### result
libchefbase.so libchefio.so in ./lib/
test&example in ./bin/