libzmq-4.3.5

Introduction to libzmq

The libzmq, or ZeroMQ/0MQ, package provides a library for extending socket interfaces that are common, and provides abstractions for messages.

libzmq Dependencies

Recommended

Optional

asciidoctor, Valgrind, and xmlto

Installation of libzmq

Install libzmq by running the following commands:

./autogen.sh &&
./configure --prefix=/usr --disable-static &&
make

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: None
Installed Libraries: libzmq
Installed Directories: None

Short Descriptions

libzmq

contains socket interfacing functions