Other Unix systems
Are you looking for GNU/Linux systems?
For other Unix systems you may have to build Octave from source.
Contents
FreeBSD
The easiest way to obtain GNU Octave is to install the precompiled package as root user:
bash
pkg install octaveAnother 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:
bash
cd /usr/ports/math/octave
make install cleanSome Octave Forge packages can be installed in the same way:
bash
pkg install octave-forgeor via Ports[2].
OpenBSD
The easiest way to obtain GNU Octave is to install the precompiled package as root user:
bash
pkg_add octaveAnother possibility is to build Octave from source via Ports[3].
Android
Main article: Octave for Android
References
- ↑ https://svnweb.freebsd.org/ports/head/math/octave
- ↑ https://svnweb.freebsd.org/ports/head/math/octave-forge
- ↑ http://openports.se/math/octave