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.
- Host: GitHub
- URL: https://github.com/zeromq/czmqpp
- Owner: zeromq
- License: other
- Created: 2014-03-16T23:26:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T11:22:31.000Z (about 10 years ago)
- Last Synced: 2025-08-29T13:10:50.284Z (11 months ago)
- Language: C++
- Size: 22 MB
- Stars: 48
- Watchers: 15
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
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/.