• Stars
    star
    105
  • Rank 326,561 (Top 7 %)
  • Language
    C++
  • License
    Other
  • Created over 11 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.