1 Star 1 Fork 56

godkilldps / ccnet

forked from lins05 / ccnet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.markdown 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chilledheart 提交于 2014-06-09 08:41 . Add travis-ci script

Build Status

Ccnet is a framework for writing networked applications in C. It provides the following basic services:

  1. Peer identification
  2. Connection Management
  3. Service invocation
  4. Message sending

In ccnet network, there are two types of nodes, i.e., client and server. Server has the following functions:

  1. User management
  2. Group management
  3. Cluster management

Dependency

The following packages are required to build ccnet:

valac >= 0.8
libsearpc
libmysqlclient-dev for compiling ccnet server
libzdb >= 2.10.2

Compile

To compile the client components, just

./autogen.sh; ./configure; make; make install

To also compile the server components, use

./configure --enable-server

In Mac OS, use

LDFLAGS="-L/opt/local/lib -L/usr/local/mysql/lib -Xlinker -headerpad_max_install_names" ./configure --enable-server
1
https://gitee.com/beibei.net/ccnet.git
git@gitee.com:beibei.net/ccnet.git
beibei.net
ccnet
ccnet
master

搜索帮助