Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Installation

AlexeyKupershtokh edited this page Mar 26, 2013 · 18 revisions

Requirements

To install the package you will need libzmq and libpgm sources. The easiest way to obtain them on debian/ubuntu systems is to use Chris Lea's PPA: https://launchpad.net/~chris-lea/+archive/zeromq

sudo add-apt-repository ppa:chris-lea/zeromq
sudo add-apt-repository ppa:chris-lea/libpgm
sudo apt-get update
sudo apt-get install libzmq-dev

To list all available versions of libzmq-dev you can use the following command

apt-cache showpkg libzmq-dev

and install one of them using:

sudo apt-get install libzmq-dev=2.1.7-1~natty1

Also you'll probably need to install g++:

sudo apt-get install g++

Installation of the package

npm install zmq

Windows installation related issues

Installation on MacOS

In case you get an error 'Error: not found: make': http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools

Clone this wiki locally