Cppnanomsg
C++ binding for nanomsg
Install / Use
/learn @nanomsg/CppnanomsgREADME
cppnanomsg: C++ binding for nanomsg library
To build:
- git clone git@github.com:nanomsg/cppnanomsg.git
- cd cppnanomsg
- mkdir build
- cd build
- cmake ..
- make
- make test
- sudo make install
Alternatively, given that the binding consists of a single header file, rather than installing it, you can avoid dependency and make nn.hpp part of your project.
