Note:
be careful when you click on links if you are using GitHub dark theme (take care of your eyes).
Library | Links |
---|---|
libzmq | GitHub / Docs |
CZMQ | GitHub / Docs |
Follow the instructions below to download and install the selected ZeroMQ library.
You need Brew installed and configured https://brew.sh/
brew install zmq && brew install czmq
.\vcpkg.exe install czmq
.\vcpkg.exe install czmq:x64-windows-static
.\vcpkg install czmq[draft]
dnf install zeromq-devel && dnf install czmq-devel
apt-get install libzmq3-dev && apt-get install libczmq-dev
pacman -S zeromq
zypper install zeromq-devel
The ZeroMQ maintainers provide pre-built binary packages for libzmq, czmq, zyre, malamute, zproject and zproto, automatically built from both the latest stable releases OR the latest commit in the Git repositories via the Open Build Service for i386, amd64, armv7, arm64, ppc64, s390x (note: depends on the distribution).
- latest git, no DRAFT APIs
- latest git, with DRAFT APIs
- latest stable release, no DRAFT APIs
- latest stable release, with DRAFT APIs
Add the repository of your choice by clicking on the distribution and version, and then follow “Go to download repository”. That is the URL of the repository. Remember to add the GPG key.
For example, to add Debian 9 and install the development packages for libzmq from the latest stable release without draft APIs:
echo "deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/release-stable/Debian_9.0/ ./" >> /etc/apt/sources.list
wget https://download.opensuse.org/repositories/network:/messaging:/zeromq:/release-stable/Debian_9.0/Release.key -O- | sudo apt-key add
apt-get install libzmq3-dev