Octave for Arch Linux: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
|||
Line 1: | Line 1: | ||
This page is intended as a quick introduction for building octave on archlinux. | This page is intended as a quick introduction for building octave on archlinux. | ||
If you just want to have the latest version of octave and not intend to edit the sources, consider install [https://aur.archlinux.org/packages/octave-hg/?comments=all | If you just want to have the latest version of octave and not intend to edit the sources, consider install [https://aur.archlinux.org/packages/octave-hg/?comments=all octave-hg] from the AUR. | ||
If you encounter any problems during the build process that are not mentioned here, take a look at [https://aur.archlinux.org/packages/octave-hg/?comments=all | If you encounter any problems during the build process that are not mentioned here, take a look at [https://aur.archlinux.org/packages/octave-hg/?comments=all https://aur.archlinux.org/packages/octave-hg/?comments=all]. Some problems are listed in the comments, new dependencies are easy to extract from the PKGBUILD. | ||
== Build dependencies == | == Build dependencies == | ||
Line 19: | Line 19: | ||
== Building octave == | == Building octave == | ||
Checkout octave as described in [http://www.gnu.org/software/octave/get-involved.html | Checkout octave as described in [http://www.gnu.org/software/octave/get-involved.html http://www.gnu.org/software/octave/get-involved.html]. | ||
It is recommended to build octave within a subdirectory. | It is recommended to build octave within a subdirectory. |