view installer-files/README.html @ 4950:1dc692fb6187

* installer-files/README.html: change version to 5.0
author John Donoghue
date Tue, 05 Feb 2019 12:05:47 -0500
parents c588eacfecab
children 82da3c312020
line wrap: on
line source

<html>
<head>
<title>GNU Octave</title>
<style TYPE="text/css">
<!--
body {
}
li {
  margin-bottom: 1.5em
}
-->
</style>
</head>
<body>
<h2>Welcome</h2>
<p>
Thank you for installing GNU Octave!
</p>
<p>
Octave 5.0 is a major release with many improvements in Matlab compatibility
as well as significant cleanup of the core C++ code.
</p>
<p>
A full list of changes can be found in the Release Notes from the News menu.
</p>
<h2>BLAS Library Selection</h2>
<p>
During the installation a default BLAS library was selected. The installer
contains two BLAS implementations,
the <a href="http://www.netlib.org/blas/">NetLib reference BLAS</a>
and <a href="http://www.openblas.net/">OpenBLAS</a>.
</p>
<p>
The choice of library may be changed after installation by copying
either librefblas.dll or libopenblas.dll to the file libblas.dll in the bin
folder of the Octave installation.
</p>
<h2>Included Octave Forge Packages</h2>
<p>
A number of Octave-Forge packages have been included with Octave, however they
must be loaded in order to use them.
</p>
<p>
<ul>
<li>To list the available installed packages, use the
<tt>pkg list</tt> command.</li>
<li>To load a package in order to use its functions, use the
<tt>pkg load PACKAGENAME</tt> command.</li>
</ul>
</p>
<p>
Other packages are available from
<a href="https://octave.sourceforge.net/">Octave-Forge</a>.
</p>
<h2>Issues</h2>
Please report any problems with Octave on the
<a href="https://octave.org/bugs.html">Octave website</a>.
</body>
</html>