summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Cygwin.txt
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-14 19:36:38 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-14 19:36:38 (GMT)
commit037d82e53df00d0dcaf528d08e471df8cd1f78a1 (patch)
tree5a3e92b217d346657c20072f4032fe9594ffe013 /release_docs/INSTALL_Cygwin.txt
parentd6bbfa5da3a7110d4a0d12827d37733897b10ed0 (diff)
downloadhdf5-037d82e53df00d0dcaf528d08e471df8cd1f78a1.zip
hdf5-037d82e53df00d0dcaf528d08e471df8cd1f78a1.tar.gz
hdf5-037d82e53df00d0dcaf528d08e471df8cd1f78a1.tar.bz2
[svn-r15000] Purpose: Minor Windows documentation updates
Description: Small changes to the documentation-- update version strings to 1.8.1 and document the HDF5TestExpress variable
Diffstat (limited to 'release_docs/INSTALL_Cygwin.txt')
-rw-r--r--release_docs/INSTALL_Cygwin.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt
index b63d294..6163539 100644
--- a/release_docs/INSTALL_Cygwin.txt
+++ b/release_docs/INSTALL_Cygwin.txt
@@ -23,16 +23,16 @@ Preconditions:
2. Compilers Installed
- 2.1 C/C++ Compilers HDF5-1.8.0 Supported
+ 2.1 C/C++ Compilers HDF5-1.8 Supported
gcc-3.4.4 is included in Cygwin, which includes:
gcc : GNU C compiler
gcc-g++: GNU C++ compiler
gcc-g77: GNU Fortran 77 compiler
- 2.2 Fortran Compiler HDF5-1.8.0 Supported
+ 2.2 Fortran Compiler HDF5-1.8 Supported
- HDF5-1.8.0 supports g95(GCC 4.0.1 (g95!) Jul 22 2005) and higher.
+ HDF5-1.8 supports g95(GCC 4.0.1 (g95!) Jul 22 2005) and higher.
g95 is a free, open source Fortran 95 compiler. Users can
download the g95 binaries for Cygwin in the following website:
@@ -84,19 +84,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.0' directory.
+ an `hdf5-1.8.1' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.8.0.tar
+ $ tar xf hdf5-1.8.1.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.8.0.tar.gz | tar xf -
+ $ gunzip < hdf5-1.8.1.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.8.0.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.8.1.tar.bz2 | tar xf -
3. Configuring
@@ -232,7 +232,7 @@ Install HDF5 on Cygwin
7. Known Problems
- Shared libraries can not be built on Cygwin In release 1.8.0.
+ Shared libraries can not be built on Cygwin In release 1.8.
-----------------------------------------------------------------------