Octave for other Unix systems: Difference between revisions
Jump to navigation
Jump to search
m (Add References section.) |
(→OpenBSD: Shrink section and adapt to FreeBSD. Link to http://openports.se which provides an up to date Makefile to build from source.) |
||
Line 20: | Line 20: | ||
== OpenBSD == | == OpenBSD == | ||
Octave | The easiest way to obtain GNU Octave is to install the precompiled package as root user: | ||
pkg_add octave | |||
Another possibility is to build Octave from source via Ports<ref>http://openports.se/math/octave</ref>. | |||
== References == | == References == |
Revision as of 04:23, 23 October 2019
For other Unix systems you may have to build Octave from source.
FreeBSD
The easiest way to obtain GNU Octave is to install the precompiled package as root user:
pkg_add -r octave
Another possibility is to build Octave from source via Ports[1]. Make sure you have your Port tree updated. Check FreeBSD documentation about how to do that. Then, as root, type:
cd /usr/ports/math/octave make install clean
Some Octave Forge packages can be installed in the same way:
pkg_add -r octave-forge
or via Ports[2].
OpenBSD
The easiest way to obtain GNU Octave is to install the precompiled package as root user:
pkg_add octave
Another possibility is to build Octave from source via Ports[3].