Octave for other Unix systems: Difference between revisions

From Octave
Jump to navigation Jump to search
(pkg_add was replaced with pkg in FreeBSD 10 about 10 years ago.)
(pkg_add was replaced with pkg in FreeBSD 10 about 10 years ago.)
 
Line 16: Line 16:
Some [[Octave Forge]] packages can be installed in the same way:
Some [[Octave Forge]] packages can be installed in the same way:


  pkg_add -r octave-forge
  pkg install octave-forge


or via Ports<ref>https://svnweb.freebsd.org/ports/head/math/octave-forge</ref>.
or via Ports<ref>https://svnweb.freebsd.org/ports/head/math/octave-forge</ref>.

Latest revision as of 09:35, 12 October 2024

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 install 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 install 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

References[edit]

See also[edit]