Skip to content
/ czmqpp Public

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

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

zeromq/czmqpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3c38eb · May 5, 2016
May 5, 2016
Mar 8, 2014
Oct 12, 2014
May 5, 2016
Nov 2, 2014
May 5, 2016
May 5, 2016
May 20, 2014
Oct 9, 2014
Mar 18, 2014
Mar 8, 2014
Mar 8, 2014
Mar 8, 2014
Apr 16, 2014
Mar 8, 2014
Mar 11, 2014
Nov 3, 2014
Mar 8, 2014
Mar 16, 2014
Mar 21, 2014
May 5, 2016
Aug 31, 2014

Repository files navigation

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.

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published