Zeromq package: Difference between revisions

14 bytes added ,  5 March 2016
no edit summary
No edit summary
Line 5: Line 5:
== package requirements ==
== package requirements ==


The {{Forge|zeromq}} package requires the [http://http://zeromq.org/ ZeroMQ] libraries and include files to be installed in order to compile.
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
28

edits