summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Cygwin.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-14 19:10:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-14 19:10:30 (GMT)
commit708227a1f9460ffb3cbe0a075d8a6cb6327983af (patch)
tree7952982161709bb96e2ca2231dcfdbf22fd2ca2d /release_docs/INSTALL_Cygwin.txt
parent4ed758aa3da4c3ee72e5adb552b9db6ff0a3f326 (diff)
downloadhdf5-708227a1f9460ffb3cbe0a075d8a6cb6327983af.zip
hdf5-708227a1f9460ffb3cbe0a075d8a6cb6327983af.tar.gz
hdf5-708227a1f9460ffb3cbe0a075d8a6cb6327983af.tar.bz2
[svn-r29406] Add Java and update options to CMake/Windows docs
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 26d3cb9..ddffcf1 100644
--- a/release_docs/INSTALL_Cygwin.txt
+++ b/release_docs/INSTALL_Cygwin.txt
@@ -99,19 +99,19 @@ Build, Test and 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.x' directory.
+ an `hdf5-1.10.x' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.8.x.tar
+ $ tar xf hdf5-1.10.x.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.8.x.tar.gz | tar xf -
+ $ gunzip < hdf5-1.10.x.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.8.x.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.10.x.tar.bz2 | tar xf -
2. Setup Environment