Zeromq package

Revision as of 00:07, 5 March 2016 by Lostbard (talk | contribs) (Created page with "The {{Forge|zeromq}} package is part of the Octave Forge project and provides Octave bindings to the ZeroMQ library. = Installation = == package requirements == The {{F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The zeromq package is part of the Octave Forge project and provides Octave bindings to the ZeroMQ library.

Installation

package requirements

The zeromq package requires the zeromq libraries and include files to be installed in order to compile.

for fedora: yum install zeromq-devel for ubuntu: apt install libzmq-dev

octave installation

With the ZeroMQ library installed, from octave commmand line:

>> pkg install -forge zeromq

Load it before any usage:

>> pkg load zeromq