Octave for other Unix systems: Difference between revisions

From Octave
Jump to navigation Jump to search
m (Reverted edits by 107.170.186.79 (talk) to last revision by Siko1056)
Tag: Rollback
(Revert addition of Fedora, emphasize page Octave for GNU/Linux.)
Line 1: Line 1:
:''Are you looking for [[Octave for GNU/Linux|GNU/Linux]] systems?''
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]].


Line 33: Line 35:


<references/>
<references/>
== See also ==
* [[Octave for GNU/Linux]]


[[Category:Installation]]
[[Category:Installation]]

Revision as of 15:05, 8 December 2019

Are you looking for GNU/Linux systems?

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].

Android

Main article: Octave for Android

References

See also