An open API service indexing awesome lists of open source software.

https://github.com/zeromq/czmqpp

C++ wrapper for czmq. Aims to be minimal, simple and consistent.
https://github.com/zeromq/czmqpp

Last synced: 9 months ago
JSON representation

C++ wrapper for czmq. Aims to be minimal, simple and consistent.

Awesome Lists containing this project

README

          

License: See LICENSE file (same as the libzmq license = LGPLv3 + static link exception)
Contribution policy: http://rfc.zeromq.org/spec:22

==========================
Debian/Ubuntu Instructions
==========================

Note that you need g++ 4.7 or higher. For this reason Ubuntu 12.04 and older are not supported.
Make sure you have installed czmq beforehand according to its build
instructions.

VVVVVVVVVVV
> Start Here! <
^^^^^^^^^^^

$ autoreconf -i
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

libczmq++ is now installed in /usr/local/.