annotate installer-files/README.html @ 5267:92b6fce85f02

* update nan and tsa * src/of-nan.mk: update to v3.4.5 * src/of-tsa.mk: update to v4.6.2
author John Donoghue
date Mon, 13 Jan 2020 09:54:00 -0500
parents 82da3c312020
children 043a1da3ff66
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>
4955
82da3c312020 * installer-files/README.html: Update for version 5.
John W. Eaton <jwe@octave.org>
parents: 4950
diff changeset
20 Octave 5 is a major release with many improvements in Matlab compatibility.
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 <p>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
23 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
24 </p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
25 <h2>BLAS Library Selection</h2>
3471
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
26 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
27 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
28 contains two BLAS implementations,
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
29 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
30 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
31 </p>
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
32 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
33 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
34 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
35 folder of the Octave installation.
3471
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
36 </p>
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
37 <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
38 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
39 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
40 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
41 </p>
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 <ul>
4077
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
44 <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
45 <tt>pkg list</tt> command.</li>
d49726dd114a Update installer README for the installed packages
John Donoghue <john.donoghue@ieee.org>
parents: 3800
diff changeset
46 <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
47 <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
48 </ul>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
49 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
50 <p>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
51 Other packages are available from
4650
1d9448607538 Use https in links whenever possible (Bug #53555).
Rik <rik@octave.org>
parents: 4239
diff changeset
52 <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
53 </p>
3786
e515bc026d10 README: update for octave 4.0 (Bug #44215)
John Donoghue
parents: 3471
diff changeset
54 <h2>Issues</h2>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
55 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
56 <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
57 </body>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
58 </html>