# HG changeset patch # User Rik # Date 1423977733 28800 # Node ID 08eb76a22fa006e4b3299b17effdc7024929b876 # Parent f6d63f2a2de6402b7affca877a3bfd429c21c960 Update README.html for NSIS installer (bug #44215). * installer-files/README.html: Add a little more text to README. Wrap long lines to less than 80 chars. diff -r f6d63f2a2de6 -r 08eb76a22fa0 installer-files/README.html --- a/installer-files/README.html Sat Feb 14 19:59:17 2015 -0500 +++ b/installer-files/README.html Sat Feb 14 21:22:13 2015 -0800 @@ -14,40 +14,45 @@ Thank you for installing GNU Octave!

-Octave 4.0 is a major new release with many new features, including a -graphical user interface. +Octave 4.0 is a major new release with many new features including a +graphical user interface and support for classdef object-oriented programming.

-A full list of changes can be found in the Release notes from the News menu. +A full list of changes can be found in the Release Notes from the News menu.

BLAS Library selection

-During the install, a BLAS library was selected. The installer contains 2 BLAS implementations, -the NetLib reference BLAS and -OpenBLAS. +During the install a default BLAS library was selected. The installer contains +2 BLAS implementations, +the NetLib reference BLAS +and OpenBLAS.

-Either can be selected after the install by copying librefblas.dll or libopenblas.dll -to libblas.dll in the bin folder of the Octave installation. +The choice of library can be changed after the install by copying +librefblas.dll or libopenblas.dll to libblas.dll in the bin folder of the +Octave installation.

Included Octave Forge Packages

-A number of Octave-forge packages have been included with this install of Octave, -however they need to be installed in order to use them. +A number of Octave-forge packages have been included with this install of +Octave, however they need to be installed in order to use them.

To install:

-Packages must then be loaded in order to use them with the pkg load PACKAGENAME command. +Packages must then be loaded in order to use them with the +pkg load PACKAGENAME command.

-Other packages are available from Octave-Forge +Other packages are available from +Octave-Forge

Issues

-Please report any problems with Octave on the Octave website. +Please report any problems with Octave on the +Octave website.