Octave for Arch Linux: Difference between revisions
Jump to navigation
Jump to search
m (Some packages are now in the repositories) |
(Overhaul page. yaourt seems no longer supported https://itsfoss.com/best-aur-helpers/.) |
||
Line 1: | Line 1: | ||
To simply install the latest stable release of GNU Octave on Arch Linux, just execute (as root): | |||
pacman -S octave | |||
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 == | |||
: ''For general build instructions, see [[Building]].'' | |||
To install the Octave build dependencies on Arch Linux, just execute (as root): | |||
pacman -S --needed base-devel pcre mercurial gcc-fortran gperf perl rsync transfig arpack curl fftw fltk glpk glu graphicsmagick hdf5 java-environment qhull qscintilla-qt5 texinfo gnuplot llvm texlive-bin icoutils gl2ps qrupdate epstool | |||
If you | If you wish to build the Octave documentation, install the following packets too: | ||
pacman -S graphviz doxygen | pacman -S graphviz doxygen | ||
== | == See also == | ||
* https://wiki.archlinux.org/index.php/Octave | |||
[[Category:Building]] | [[Category:Building]] | ||
[[Category:GNU/Linux]] | [[Category:GNU/Linux]] | ||
[[Category:Installation]] |
Revision as of 08:18, 28 October 2019
To simply install the latest stable release of GNU Octave on Arch Linux, just execute (as root):
pacman -S octave
Using AUR, one can install a development version of Octave, for example 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
- For general build instructions, see Building.
To install the Octave build dependencies on Arch Linux, just execute (as root):
pacman -S --needed base-devel pcre mercurial gcc-fortran gperf perl rsync transfig arpack curl fftw fltk glpk glu graphicsmagick hdf5 java-environment qhull qscintilla-qt5 texinfo gnuplot llvm texlive-bin icoutils gl2ps qrupdate epstool
If you wish to build the Octave documentation, install the following packets too:
pacman -S graphviz doxygen