Octave For Red Hat Linux Systems: Unspecific RH
Octave For Red Hat Linux Systems: Unspecific RH
Octave For Red Hat Linux Systems: Unspecific RH
Unspecific RH
CentOS
Current release as of Aug. 20th 2018 seems to compile OK with CentOS blas-devel
The remaining steps do not need to be done as root, except for possibly the final
installation step. I recommend you create an installation directory like /usr/local/octave
/VERSION so that it is easy to uninstall a given version simply by removing a directory
tree. Then to use the installed version, put /usr/local/octave/VERSION/bin in your PATH. If
you create the /usr/local/octave/VERSION directory with appropriate permissions, it is not
necessary to be root to install Octave. For example,
mkdir -p /usr/local/octave/dev
chown jwe.jwe /usr/local/octave/dev
1 of 2 11/22/18, 4:53 PM
Octave for Red Hat Linux systems - Octave https://wiki.octave.org/Octave_for_Red_Hat_Linux...
cd src
hg clone http://hg.savannah.gnu.org/hgweb/octave
cd octave
./bootstrap
build Octave in the build directory. choose whatever prefix is appropriate for your
system. the -jN option builds in parallel
cd ../../build
../src/octave/configure --prefix=/usr/local/octave/dev
make -j6 all
make check
If everything looks OK (a few failures are probably normal for the development
version) install it
make install
2 of 2 11/22/18, 4:53 PM