Octave for Arch Linux: Difference between revisions
Jump to navigation
Jump to search
→Build dependencies
Line 8: | Line 8: | ||
To install the necessary build dependencies just execute (as root): | To install the necessary build dependencies just execute (as root): | ||
pacman -S base-devel pcre mercurial gcc-fortran gperf perl rsync transfig arpack curl fftw fltk glpk glu graphicsmagick hdf5 java-environment qhull qscintilla texinfo gnuplot | pacman -S base-devel pcre mercurial gcc-fortran gperf perl rsync transfig arpack curl fftw fltk glpk glu graphicsmagick hdf5 java-environment qhull qscintilla texinfo gnuplot | ||
Assuming you have yaourt installed, the dependencies from the AUR are installed as follows (as normal user): | Assuming you have yaourt installed, the dependencies from the AUR are installed as follows (as normal user): | ||
yaourt -S gl2ps qrupdate epstool | yaourt -S gl2ps qrupdate epstool | ||
If you plan to build the documentation, install the following packets too: | |||
pacman -S graphviz doxygen | |||
== Building octave == | == Building octave == |