Octave for other Unix systems: Difference between revisions
Jump to navigation
Jump to search
pkg_add was replaced with pkg in FreeBSD 10 about 10 years ago.
(Revert addition of Fedora, emphasize page Octave for GNU/Linux.) |
(pkg_add was replaced with pkg in FreeBSD 10 about 10 years ago.) |
||
Line 7: | 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: |