Zeromq package: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
== package requirements == | == package requirements == | ||
The {{Forge|zeromq}} package requires the [ | The {{Forge|zeromq}} package requires the [http://zeromq.org/ ZeroMQ] libraries and include files to be installed in order to compile. | ||
for fedora: yum install zeromq-devel | for fedora: yum install zeromq-devel | ||
Line 13: | Line 13: | ||
== octave installation == | == octave installation == | ||
With the ZeroMQ library installed, from octave commmand line: | With the [http://zeromq.org/ ZeroMQ] library installed, from octave commmand line: | ||
>> pkg install -forge zeromq | >> pkg install -forge zeromq |
Revision as of 00:12, 5 March 2016
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
Using it
Load it before any usage:
>> pkg load zeromq