2
edits
(→Building octave: Remove qt4 mentions) |
m (qscintilla installs qscintilla-qt4 instead of qscintilla-qt5 on Arch) |
||
Line 10: | Line 10: | ||
To install the necessary build dependencies for the full functionality (including JIT Compiler and so on) just execute (as root): | To install the necessary build dependencies for the full functionality (including JIT Compiler and so on) 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 texinfo gnuplot llvm texlive-bin icoutils | 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 | ||
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): | ||
edits