# HG changeset patch # User Rik # Date 1424135337 28800 # Node ID c1a6f1f5faafd35a5d2b0fa69f4a7bf308bd91b9 # Parent d064c843c7c244250547e1636a3a02e88226d449 More updates to README.html for NSIS installer (bug #44215). * installer-files/README.html: Improve the phrasing of some text. Add missing capitalizations and period. diff -r d064c843c7c2 -r c1a6f1f5faaf installer-files/README.html --- a/installer-files/README.html Mon Feb 16 14:06:56 2015 -0500 +++ b/installer-files/README.html Mon Feb 16 17:08:57 2015 -0800 @@ -14,42 +14,43 @@ Thank you for installing GNU Octave!

-Octave 4.0 is a major new release with many new features including a -graphical user interface and support for classdef object-oriented programming. +Octave 4.0 is a major 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.

-

BLAS Library selection

+

BLAS Library Selection

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

-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. +The choice of library may be changed after installation by copying +either librefblas.dll or libopenblas.dll to the file 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 Octave, however they +must be installed in order to use them.

To install:

-Packages must then be loaded in order to use them with the +Installation is a one-time procedure. +After installation packages must still be loaded in order to use them with the pkg load PACKAGENAME command.

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

Issues

Please report any problems with Octave on the