blob: 97f0dd4c534738d68f3fcf854cf800d242830b5b [file] [log] [blame]
Welcome to nanomsg
------------------
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
Build it
--------
1. Download the package.
2. Unpack it.
3. Go to the root directory of the package.
5. ./configure
6. make
7. make check
8. sudo make install
9. 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.
Build it on Windows
-------------------
1. Download the package.
2. Unpack it.
3. Go to the root directory of the package.
4. run "cmake ."
5. Open the nanomsg.sln file using MSVC IDE.
6. Build the entire solution.
7. Optionally, build RUN_TESTS project to run the test suite.
Resources
---------
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