annotate installer-files/README.html @ 4037:85abb6c3ec8b

of-netcdf: patch for --enable-64 (Bug #46060) * src/of-netcdf-1-fixes.patch: new file * dist-files.mk: add of-netcdf-1-fixes.patch
author John Donoghue <john.donoghue@ieee.org>
date Tue, 29 Sep 2015 19:43:19 -0400
parents c1a6f1f5faaf
children d49726dd114a
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 }
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 -->
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 </style>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 </head>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 <body>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 <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
13 <p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 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
15 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
17 Octave 4.0 is a major release with many new features including a graphical user
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
18 interface and support for classdef object-oriented programming.
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 <p>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
21 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
22 </p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
23 <h2>BLAS Library Selection</h2>
3471
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
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 During the installation a default BLAS library was selected. The installer
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
26 contains 2 BLAS implementations,
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
27 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
28 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
29 </p>
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
30 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
31 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
32 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
33 folder of the Octave installation.
3471
6a97f4d1dedb installer: Add ref BLAS/OpenBLAS install option
John Donoghue <john.donoghue@ieee.org>
parents: 3453
diff changeset
34 </p>
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
35 <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
36 <p>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
37 A number of Octave-Forge packages have been included with Octave, however they
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
38 must be installed 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
39 </p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
40 <p>
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
41 To install:
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
42 <ul>
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
43 <li>Start Octave and then open the build_packages.m file found in the src
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
44 folder where Octave was installed.</li>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
45 <li>Run the script build_packages.m to build and install the packages.</li>
3453
70b110956a4e nsis-installer: Use custom page for shortcuts and install for all users.
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
46 </ul>
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
47 Installation is a one-time procedure.
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
48 After installation packages must still be loaded in order to use them with the
3789
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
49 <tt>pkg load PACKAGENAME</tt> command.
3453
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
3800
c1a6f1f5faaf More updates to README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3789
diff changeset
53 <a href="http://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
08eb76a22fa0 Update README.html for NSIS installer (bug #44215).
Rik <rik@octave.org>
parents: 3786
diff changeset
57 <a href="http://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>