其他分享
首页 > 其他分享> > nng(nanomsg-next-gen)

nng(nanomsg-next-gen)

作者:互联网

一、简介

该项目是对nanomg的可伸缩性协议库的重写,并添加了重要的新功能,同时保留了与原始协议库的兼容性。

二、安装

git clone https://github.com/nanomsg/nng.git -b v1.5.2
mkdir build
cd build
cmake -G Ninja ..
ninja
ninja test
ninja install

三、使用

该库是C语言编写,也支持C++直接调用,内部已用#if defined(__cplusplus),大多数c的库都支持C++直接调用,包括osqp

标签:git,nng,C++,build,nanomsg,ninja,gen
来源: https://www.cnblogs.com/chenjian688/p/15780473.html