All Projects → nanomsg → Cppnanomsg

nanomsg / Cppnanomsg

Licence: other
C++ binding for nanomsg

cppnanomsg: C++ binding for nanomsg library

To build:

  1. git clone [email protected]:nanomsg/cppnanomsg.git
  2. cd cppnanomsg
  3. mkdir build
  4. cd build
  5. cmake ..
  6. make
  7. make test
  8. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].