mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Converted README to markdown + added travis build img
This commit is contained in:
parent
7560910f50
commit
6bf4ffe727
@ -1,5 +1,8 @@
|
|||||||
Welcome
|
# ZeroMQ
|
||||||
-------
|
|
||||||
|
[![Build Status](https://travis-ci.org/zeromq/libzmq.png?branch=master)](https://travis-ci.org/zeromq/libzmq)
|
||||||
|
|
||||||
|
## Welcome
|
||||||
|
|
||||||
The 0MQ lightweight messaging kernel is a library which extends the
|
The 0MQ lightweight messaging kernel is a library which extends the
|
||||||
standard socket interfaces with features traditionally provided by
|
standard socket interfaces with features traditionally provided by
|
||||||
@ -9,14 +12,11 @@ message filtering (subscriptions), seamless access to multiple transport
|
|||||||
protocols and more.
|
protocols and more.
|
||||||
|
|
||||||
|
|
||||||
Building and installation
|
## Building and installation
|
||||||
-------------------------
|
|
||||||
|
|
||||||
See the INSTALL file included with the distribution.
|
See the INSTALL file included with the distribution.
|
||||||
|
|
||||||
|
## Resources
|
||||||
Resources
|
|
||||||
---------
|
|
||||||
|
|
||||||
Extensive documentation is provided with the distribution. Refer to
|
Extensive documentation is provided with the distribution. Refer to
|
||||||
doc/zmq.html, or "man zmq" after you have installed 0MQ on your system.
|
doc/zmq.html, or "man zmq" after you have installed 0MQ on your system.
|
||||||
@ -31,8 +31,7 @@ Git repository: http://github.com/zeromq/libzmq
|
|||||||
0MQ developers can also be found on the IRC channel #zeromq, on the
|
0MQ developers can also be found on the IRC channel #zeromq, on the
|
||||||
Freenode network (irc.freenode.net).
|
Freenode network (irc.freenode.net).
|
||||||
|
|
||||||
Copying
|
## Copying
|
||||||
-------
|
|
||||||
|
|
||||||
Free use of this software is granted under the terms of the GNU Lesser General
|
Free use of this software is granted under the terms of the GNU Lesser General
|
||||||
Public License (LGPL). For details see the files `COPYING` and `COPYING.LESSER`
|
Public License (LGPL). For details see the files `COPYING` and `COPYING.LESSER`
|
Loading…
Reference in New Issue
Block a user