zeromq / czmqpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

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

License:Other


Languages

Language:C++ 66.0%Language:M4 25.4%Language:Batchfile 5.1%Language:Makefile 2.8%Language:C 0.7%Language:Shell 0.0%