# cppnanomsg **Repository Path**: cjs3187607/cppnanomsg ## Basic Information - **Project Name**: cppnanomsg - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-04 - **Last Updated**: 2026-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: nanomsg ## README cppnanomsg: C++ binding for nanomsg library ------------------------------------------- To build: 1. git clone git@github.com:nanomsg/cppnanomsg.git 2. cd cppnanomsg 4. mkdir build 5. cd build 6. cmake .. 7. make 8. make test 9. 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.