blob: bc24ab7e03a42d14f62257a77c4720b2d8b0d68e [file] [log] [blame]
Welcome to nanomsg
------------------
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nanomsg/nanomsg/blob/master/COPYING)
[![Linux Status](https://img.shields.io/travis/nanomsg/nanomsg/master.svg?label=linux)](https://travis-ci.org/nanomsg/nanomsg)
[![Windows Status](https://img.shields.io/appveyor/ci/nanomsg/nanomsg/master.svg?label=windows)](https://ci.appveyor.com/project/nanomsg/nanomsg)
[![Gitter](https://img.shields.io/badge/gitter-join-brightgreen.svg)](https://gitter.im/nanomsg/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
Prerequests
-----------
1. Windows.
* Windows Vista or newer (Windows XP and 2003 are *NOT* supported)
* Microsoft Visual Studio 2010 (including C++) or newer, or mingw-w64
(Specifically mingw and older Microsoft compilers are *NOT supported)
* CMake 2.8.7 or newer, available in $PATH as `cmake`
2. POSIX (Linux, MacOS X, UNIX)
* ANSI C compiler supporting C89
* POSIX pthreads (should be present on all modern POSIX systems)
* BSD sockets support for both TCP and UNIX domain sockets
* CMake 2.8.7 or newer, available in $PATH as `cmake`
3. Documentation (optional)
* asciidoctor (http://asciidoctor.org/) available as `asciidoctor`
* If not present, docs are not formatted, but left in readable ASCII
* Also available on-line at http://nanomsg.org/documentation
Build it with CMake
-------------------
1. Go to the root directory of the local source repository.
2. To perform an out-of-source build, run:
3. `mkdir build`
4. `cd build`
5. `cmake ..`
6. `cmake --build .`
7. `ctest .`
8. `cmake --build . --target install`
*NB:* This may have to be done as a privileged user.
Resources
---------
Website: [http://nanomsg.org](http://nanomsg.org)
Source code: [https://github.com/nanomsg/nanomsg](http://github.com/nanomsg/nanomsg)
Documentation: [http://nanomsg.org/documentation.html](http://nanomsg.org/documentation.html)
Bug tracker: [https://github.com/nanomsg/nanomsg/issues](http://github.com/nanomsg/nanomsg/issues)
Mailing list: [nanomsg@freelists.org](http://www.freelists.org/list/nanomsg)
Gitter Chat: [https://gitter.im/nanomsg/nanomsg](https://gitter.im/nanomsg/nanomsg)
IRC chatroom: [#nanomsg at irc.freenode.net/8001](http://webchat.freenode.net?channels=%23nanomsg)