1,852
edits
(Overhaul page. yaourt seems no longer supported https://itsfoss.com/best-aur-helpers/.) |
m (Better discriminate Installing and Building from Source instructions.) |
||
Line 1: | Line 1: | ||
== Installing Octave == | |||
To simply install the latest stable release of GNU Octave on Arch Linux, just execute (as root): | To simply install the latest stable release of GNU Octave on Arch Linux, just execute (as root): | ||
Line 5: | Line 7: | ||
Using [https://aur.archlinux.org/ AUR], one can install a development version of Octave, for example [https://aur.archlinux.org/packages/octave-hg/?comments=all octave-hg]. If you encounter any problems during the build process, some problems and solutions are listed in the comments on AUR. New dependencies are easy to extract from the PKGBUILD. | Using [https://aur.archlinux.org/ AUR], one can install a development version of Octave, for example [https://aur.archlinux.org/packages/octave-hg/?comments=all octave-hg]. If you encounter any problems during the build process, some problems and solutions are listed in the comments on AUR. New dependencies are easy to extract from the PKGBUILD. | ||
== Building Octave == | == Building Octave from source == | ||
: ''For general build instructions, see [[Building]].'' | : ''For general build instructions, see [[Building]].'' |