Octave for other Unix systems: Difference between revisions
Jump to navigation
Jump to search
(→FreeBSD: Update and facilitate reading of this section.) |
m (Add References section.) |
||
Line 1: | Line 1: | ||
For other Unix systems you may have to [[Building|build Octave from source]]. | For other Unix systems you may have to [[Building|build Octave from source]]. | ||
==FreeBSD== | == FreeBSD == | ||
The easiest way to obtain GNU Octave is to install the precompiled package as root user: | The easiest way to obtain GNU Octave is to install the precompiled package as root user: | ||
Line 30: | Line 30: | ||
Building from source on OpenBSD takes a bit of work at the moment, see | Building from source on OpenBSD takes a bit of work at the moment, see | ||
[[Compiling on OpenBSD]] for more details. | [[Compiling on OpenBSD]] for more details. | ||
== References == | |||
<references/> | |||
[[Category:Installation]] | [[Category:Installation]] |
Revision as of 02:41, 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
Octave can be installed on OpenBSD by installing the precompiled package or by building from source.
The Octave package for OpenBSD is currently at version 3.0.5. Install it as root:
pkg_add octave
Building from source on OpenBSD takes a bit of work at the moment, see Compiling on OpenBSD for more details.