annotate installer-files/README.html @ 4655:c588eacfecab

update installer-files/README.html for Octave 4.4
author John W. Eaton <jwe@octave.org>
date Tue, 10 Apr 2018 08:05:03 -0400
parents 1d9448607538
children 1dc692fb6187
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 <html>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 <head>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 <title>GNU Octave</title>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 <style TYPE="text/css">
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 <!--
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 body {
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 }
4077
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
8 li {
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
9 margin-bottom: 1.5em
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
10 }
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 -->
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 </style>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 </head>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 <body>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 <h2>Welcome</h2>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 <p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 Thank you for installing GNU Octave!
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 <p>
4655
c588eacfecab update installer-files/README.html for Octave 4.4
John W. Eaton <jwe@octave.org>
parents: 4650
diff changeset
20 Octave 4.4 is a major release with many improvements in Matlab compatibility
4239
016aa52965bb Update README.html for the 4.2 release.
Rik <rik@octave.org>
parents: 4077
diff changeset
21 as well as significant cleanup of the core C++ code.
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 <p>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
24 A full list of changes can be found in the Release Notes from the News menu.
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
25 </p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
26 <h2>BLAS Library Selection</h2>
3471
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
27 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
28 During the installation a default BLAS library was selected. The installer
4655
c588eacfecab update installer-files/README.html for Octave 4.4
John W. Eaton <jwe@octave.org>
parents: 4650
diff changeset
29 contains two BLAS implementations,
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
30 the <a href="http://www.netlib.org/blas/">NetLib reference BLAS</a>
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
31 and <a href="http://www.openblas.net/">OpenBLAS</a>.
3471
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
32 </p>
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
33 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
34 The choice of library may be changed after installation by copying
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
35 either librefblas.dll or libopenblas.dll to the file libblas.dll in the bin
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
36 folder of the Octave installation.
3471
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
37 </p>
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
38 <h2>Included Octave Forge Packages</h2>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
39 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
40 A number of Octave-Forge packages have been included with Octave, however they
4077
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
41 must be loaded in order to use them.
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
42 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
43 <p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
44 <ul>
4077
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
45 <li>To list the available installed packages, use the
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
46 <tt>pkg list</tt> command.</li>
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
47 <li>To load a package in order to use its functions, use the
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
48 <tt>pkg load PACKAGENAME</tt> command.</li>
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
49 </ul>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
50 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
51 <p>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
52 Other packages are available from
4650
1d9448607538 Use https in links whenever possible (Bug #53555).
Rik <rik@octave.org>
parents: 4239
diff changeset
53 <a href="https://octave.sourceforge.net/">Octave-Forge</a>.
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
54 </p>
3786
e515bc026d10 README: update for octave 4.0 (Bug #44215)
John Donoghue
parents: 3471
diff changeset
55 <h2>Issues</h2>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
56 Please report any problems with Octave on the
4650
1d9448607538 Use https in links whenever possible (Bug #53555).
Rik <rik@octave.org>
parents: 4239
diff changeset
57 <a href="https://octave.org/bugs.html">Octave website</a>.
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
58 </body>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
59 </html>