Octave for Red Hat Linux systems: Difference between revisions

Small changes. Add categories.
m (→‎CentOS: Fix wiki syntax for URL.)
(Small changes. Add categories.)
Line 1: Line 1:
For RedHat-based distributions like RedHat, CentOS, Fedora, Scientific Linux ...
For RedHat-based distributions like RedHat, CentOS, Fedora, Scientific Linux, ...


=== Unspecific RH ===
=== Generic RedHat ===


Tested Fedora 20, but not completely.
Tested Fedora 20, but not completely.
Line 29: Line 29:
Current release as of Aug. 20th 2018 seems to compile OK with CentOS blas-devel
Current release as of Aug. 20th 2018 seems to compile OK with CentOS blas-devel


===== prepare installation of octave =====
===== Prepare installation of Octave =====


The remaining steps do not need to be done as root, except for
The remaining steps do not need to be done as root, except for
Line 47: Line 47:
     mkdir src build
     mkdir src build


===== get source code of octave and compile it=====
===== Compiling Octave from source =====


check out a copy of the octave sources in the src directory
Check out a copy of the octave sources in the src directory


     cd src
     cd src
Line 72: Line 72:


     make install
     make install
[[Category:GNU/Linux]]
[[Category:Installation]]