cppnanomsg: C++ binding for nanomsg library
To build:
- git clone [email protected]: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.