Difference between revisions of "Octave for other Unix systems"
Jump to navigation
Jump to search
(→Other: link to continuous build page) |
(Revert addition of Fedora, emphasize page Octave for GNU/Linux.) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | :''Are you looking for [[Octave for GNU/Linux|GNU/Linux]] systems?'' | |
− | ==FreeBSD== | + | For other Unix systems you may have to [[Building|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<ref>https://svnweb.freebsd.org/ports/head/math/octave</ref>. Make sure you have your Port tree updated. Check [https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html FreeBSD documentation] about how to do that. Then, as root, type: | ||
− | |||
− | |||
cd /usr/ports/math/octave | cd /usr/ports/math/octave | ||
make install clean | make install clean | ||
− | + | Some [[Octave Forge]] packages can be installed in the same way: | |
− | + | pkg_add -r octave-forge | |
− | |||
− | pkg_add -r octave | ||
− | |||
− | + | or via Ports<ref>https://svnweb.freebsd.org/ports/head/math/octave-forge</ref>. | |
== 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>. | ||
+ | |||
+ | == Android == | ||
− | + | : ''Main article: [[Octave for Android]]'' | |
− | |||
− | + | == References == | |
− | + | <references/> | |
− | |||
− | == | + | == See also == |
− | + | * [[Octave for GNU/Linux]] | |
[[Category:Installation]] | [[Category:Installation]] |
Latest revision as of 11:05, 8 December 2019
- Are you looking for GNU/Linux systems?
For other Unix systems you may have to build Octave from source.
FreeBSD[edit]
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[edit]
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].
Android[edit]
- Main article: Octave for Android