summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Cygwin.txt
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-11-10 16:36:37 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-11-10 16:36:37 (GMT)
commite492e8989b7999bb298adb482b963bb9ae7c923a (patch)
tree78a3ca8eac12430010f440157a12b7cd89676387 /release_docs/INSTALL_Cygwin.txt
parentb7564c7536a4eb3d5cfced77df894ff6806c32ed (diff)
downloadhdf5-e492e8989b7999bb298adb482b963bb9ae7c923a.zip
hdf5-e492e8989b7999bb298adb482b963bb9ae7c923a.tar.gz
hdf5-e492e8989b7999bb298adb482b963bb9ae7c923a.tar.bz2
[svn-r16047] Update Windows release documents-- increment version number for 1.8.2, and drop MinGW support for this release (not enough time for testing)
Diffstat (limited to 'release_docs/INSTALL_Cygwin.txt')
-rw-r--r--release_docs/INSTALL_Cygwin.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt
index 20da44a..8cbc340 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.1' directory.
+ an `hdf5-1.8.2' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.8.1.tar
+ $ tar xf hdf5-1.8.2.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.8.1.tar.gz | tar xf -
+ $ gunzip < hdf5-1.8.2.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.8.1.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.8.2.tar.bz2 | tar xf -
2. Setup Environment