Octave for other Unix systems: Difference between revisions
pkg_add was replaced with pkg in FreeBSD 10 about 10 years ago.
m (Reverted edits by 107.170.186.79 (talk) to last revision by Siko1056) Tag: Rollback |
(pkg_add was replaced with pkg in FreeBSD 10 about 10 years ago.) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 5: | Line 7: | ||
The easiest way to obtain GNU Octave is to install the precompiled package as root user: | 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: | 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: | ||
Line 14: | 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 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>. | ||
Line 33: | Line 35: | ||
<references/> | <references/> | ||
== See also == | |||
* [[Octave for GNU/Linux]] | |||
[[Category:Installation]] | [[Category:Installation]] |