view installer-files/README.html @ 5800:85939dd76f78 release octave-release-6.3.0

update version number for Octave 6.3.0 release * src/stable-octave.mk: Update version to 6.3.1. * src/release-octave.mk: Update version to 6.3.0. Update checksum for release candidate.
author John W. Eaton <jwe@octave.org>
date Sun, 11 Jul 2021 18:27:50 -0400
parents 136e7c79d75e
children fa2337ae8097
line wrap: on
line source

<html>
<head>
<title>GNU Octave</title>
</head>
<body>
<h1>Welcome</h1>
<p>
Thank you for installing GNU Octave!
</p>
<p>
Octave 6.3 is a minor release which mainly fixes bugs and regressions found
since the release of version 6.2. Nevertheless, some fixes made it necessary to
break ABI compatibility to Octave 6.2. Re-build any binaries (like .oct or .mex
files) when updating to this version.
</p>
<p>
A full list of changes can be found in the Release Notes from the News menu.
</p>

<h2>Changed default installation location</h2>
<p>Since version 6.1, Octave installs to the system wide default program
installation location (likely inside <code>C:\Program Files\GNU Octave</code>)
by default.<br />
It is a known issue that some operations might fail if Octave is installed in
a location containing spaces if short file names have been disabled for the file
system of the installation folder. Some systems seem to have disabled that
feature for some partitions (e.g., on <code>D:</code>). If you are unsure
whether your file system supports short file names, chose an installation folder
that doesn't contain spaces.</p>
<p>It is now also possible to install Octave without administrative privileges.
<br />In that case (or if an admin choses to install for the "local user" only),
the default installation location is inside
<code>%LOCALAPPDATA%\Programs\GNU Octave</code>.</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 used implementation can be changed after installation with the "BLAS
Switcher" in the Start menu.</p>

<h2>Included Octave Forge Packages</h2>
<p>A <a href="https://wiki.octave.org/Octave_for_Microsoft_Windows#Packages">
number of Octave-Forge packages</a> has been included with Octave for Windows.
However, the packages must be loaded in order to use them.</p>
<p>
<ul>
<li>To list the available installed packages, use the
<code>pkg list</code> command.</li>
<li>To load a package in order to use its functions, use the
<code>pkg load PACKAGENAME</code> command.</li>
</ul>
</p>
<p>Other packages are available from
<a href="https://octave.sourceforge.io/">Octave-Forge</a>.</p>

<h2>Contributing to Octave</h2>
<p>Octave has a community that lives from its users. You are welcome to share
with that community.</p>
<p>For help and support, visit the
<a href="https://octave.discourse.group/">Octave Discourse forum</a>.</p>
<p>Please, report any problems with Octave on the
<a href="https://octave.org/bugs.html">Octave website</a>.</p>
</body>
</html>