- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/nanomsg/cppnanomsg
- 官方下载: https://github.com/nanomsg/cppnanomsg
软件介绍
cppnanomsg 是 nanomsg 的 C++ 实现版本。
构建方法:
- git clone git@github.com:250bpm/cppnanomsg.git
- cd cppnanomsg
- mkdir build
- cd build
- cmake ..
- make
- make test
- sudo make install
