summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-04-24 18:54:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-04-24 18:54:23 (GMT)
commit853bfa46e26f733666fc7941b1fc739704f901ab (patch)
tree5a65af6e7777dea8146db877d8bc27466c7c72cc /release_docs
parentcd56e0f89879db8b2620999435b112a29fb3ee3b (diff)
downloadhdf5-853bfa46e26f733666fc7941b1fc739704f901ab.zip
hdf5-853bfa46e26f733666fc7941b1fc739704f901ab.tar.gz
hdf5-853bfa46e26f733666fc7941b1fc739704f901ab.tar.bz2
[svn-r16857] Updated version to 1.8.3
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_Cygwin.txt8
-rw-r--r--release_docs/INSTALL_MinGW.txt16
-rw-r--r--release_docs/INSTALL_Windows.txt10
3 files changed, 17 insertions, 17 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt
index 8cbc340..064c729 100644
--- a/release_docs/INSTALL_Cygwin.txt
+++ b/release_docs/INSTALL_Cygwin.txt
@@ -83,19 +83,19 @@ Install HDF5 on Cygwin
The HDF5 source code is distributed in a variety of formats which
can be unpacked with the following commands, each of which creates
- an `hdf5-1.8.2' directory.
+ an `hdf5-1.8.3' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.8.2.tar
+ $ tar xf hdf5-1.8.3.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.8.2.tar.gz | tar xf -
+ $ gunzip < hdf5-1.8.3.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.8.2.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.8.3.tar.bz2 | tar xf -
2. Setup Environment
diff --git a/release_docs/INSTALL_MinGW.txt b/release_docs/INSTALL_MinGW.txt
index 1e5171d..ee1518e 100644
--- a/release_docs/INSTALL_MinGW.txt
+++ b/release_docs/INSTALL_MinGW.txt
@@ -15,7 +15,7 @@ Preconditions:
2. Compilers Installed
- 2.1 C/C++ Compilers HDF5-1.8.2 Supported
+ 2.1 C/C++ Compilers HDF5-1.8.3 Supported
gcc-3.4.2 is included in MinGW, which includes:
gcc : GNU C compiler
@@ -63,29 +63,29 @@ Build HDF5 on MinGW
The HDF5 source code is distributed in a variety of formats which
can be unpacked with the following commands, each of which creates
- an `hdf5-1.8.2' directory.
+ an `hdf5-1.8.3' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.8.2.tar
+ $ tar xf hdf5-1.8.3.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.8.2.tar.gz | tar xf -
+ $ gunzip < hdf5-1.8.3.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.8.2.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.8.3.tar.bz2 | tar xf -
3. Setup Environment
- Building HDF5 1.8.2 requires an explicit link to libws2_32.a
+ Building HDF5 1.8.3 requires an explicit link to libws2_32.a
to handle Windows Sockets. To do this, issue the command:
$ export LIBS=-lws2_32
Also, the default search path can cause trouble using ./configure in HDF5
- 1.8.2. Check that non-MinGW or non-msys directories are not added to the
+ 1.8.3. Check that non-MinGW or non-msys directories are not added to the
PATH. You can do this by:
$ echo $PATH
@@ -155,7 +155,7 @@ Build HDF5 on MinGW
MinGW g95, but is untested. Keep in mind that this is UNSUPPORTED,
and any Fortran binaries build should be considered experimental.
- 2) Shared libraries can not be built on MinGW in release 1.8.2.
+ 2) Shared libraries can not be built on MinGW in release 1.8.3.
3) See detailed information in hdf5/release_docs/INSTALL,
part 5. Full installation instructions for source
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 886fcf7..3b5d4ba 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -68,24 +68,24 @@ Preconditions:
c:\ (any drive)
MyHDFstuff\ (any folder name)
- 5. Download the hdf5-1.8.x source code package and use 7zip or WinZip to
+ 5. Download the hdf5-1.8.3 source code package and use 7zip or WinZip to
extract the HDF5 package into c:\MyHDFstuff. This creates a directory
- called 'hdf5-1.8.x' under MyHDFstuff which contains several files and
- directories. Rename "hdf5-1.8.x" to "hdf5".
+ called 'hdf5-1.8.3' under MyHDFstuff which contains several files and
+ directories. Rename "hdf5-1.8.3" to "hdf5".
6. HDF5 provide options to do in-memory compression within HDF5 library.
Currently, two external compression libraries Zlib and Szip can be used
with HDF5.
6.1 HDF5 uses Zlib version 1.2.3 for compression and Zlib is NOT
- distributed with HDF5 library in 1.8.x release. To use Zlib library,
+ distributed with HDF5 library in 1.8.3 release. To use Zlib library,
you have to install your own Zlib DLL library or go to
ftp://ftp.hdfgroup.org/lib-external/zlib/1.2/bin/windows
to download the Zlib library.
6.2 HDF5 uses Szip version 2.1 for compression and Szip compression
- software is provided with HDF5 products in 1.8.2 release. To use
+ software is provided with HDF5 products in 1.8.3 release. To use
Szip 2.1 library, you can download Szip source codes and binaries from
ftp://ftp.hdfgroup.org/lib-external/szip/2.1/bin/windows