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.)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
For other Unix systems you may have to [[Build from source]].
:''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]].
If you're running FreeBSD you have two options: you can build from source (via ports) or get the precompiled package:
 
== FreeBSD ==
 
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<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:  


*Using ports:
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  
  cd /usr/ports/math/octave  
  make install clean  
  make install clean  


After a while you should have your octave ready to use.
Some [[Octave Forge]] packages can be installed in the same way:


*Using packages:
  pkg install octave-forge
As root type:
  pkg_add -r octave
If everything goes fine, it'll fetch the package and install it.


Either way it may also be a good idea to install the package called "octave-forge"
or via Ports<ref>https://svnweb.freebsd.org/ports/head/math/octave-forge</ref>.


== OpenBSD ==
== OpenBSD ==


Octave can be installed on OpenBSD by installing the precompiled package
The easiest way to obtain GNU Octave is to install the precompiled package as root user:
or by building from source.
 
pkg_add octave
 
Another possibility is to build Octave from source via Ports<ref>http://openports.se/math/octave</ref>.
 
== Android ==


The Octave package for OpenBSD is currently at version 3.0.5. Install it
: ''Main article: [[Octave for Android]]''
as root:


  pkg_add octave
== References ==


Building from source on OpenBSD takes a bit of work at the moment, see
<references/>
[[Compiling on OpenBSD]] for more details.


==Other==
== See also ==


There is a build server which continuously builds Octave for Linux. You will find the latest tarball [http://hydra.nixos.org/job/gnu/octave-default/tarball/latest-finished here].
* [[Octave for GNU/Linux]]


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

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

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

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