nanomsg library is a simple high-performance implementation of several "scalability protocols". Scalability protocol's job is to define how multiple applications communicate to form a single distributed application.
For more info check the web site: http://nanomsg.org
Prerequisites: CMake >=2.8.7 installed and available in $PATH as cmake
- Go to the root directory of the local source repository.
- To perform an out-of-source build, run:
mkdir build
cd build
cmake ..
cmake --build .
ctest .
- Note: this CMake build process is evolving. Please report an issue if you run into problems.
Warning: this build method is being deprecated; see issue #648
- Download the package.
- Unpack it.
- Go to the root directory of the package.
- sh autogen.sh
- ./configure
- make
- make check
- sudo make install
- On Linux or other platforms which use ld.so for dynamic linking, run ldconfig or equivalent as root to update your system’s shared library cache.
Website: http://nanomsg.org
Source code: https://github.com/nanomsg/nanomsg
Documentation: http://nanomsg.org/documentation.html
Bug tracker: https://github.com/nanomsg/nanomsg/issues
Mailing list: nanomsg@freelists.org
Subscribe to the list here: http://www.freelists.org/list/nanomsg
IRC chatroom: channel #nanomsg at irc.freenode.net/8001