diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-14 20:34:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-14 20:34:44 (GMT) |
commit | eb90cd26600389234d0a7d8939020b232fdf8408 (patch) | |
tree | 20fe48854f175ab0c5a0acc0f1fa9dd48e68dae5 /release_docs/INSTALL_Cygwin.txt | |
parent | 49c6a62e0697bf3df138fe52bfd09e5e3fb9b278 (diff) | |
download | hdf5-eb90cd26600389234d0a7d8939020b232fdf8408.zip hdf5-eb90cd26600389234d0a7d8939020b232fdf8408.tar.gz hdf5-eb90cd26600389234d0a7d8939020b232fdf8408.tar.bz2 |
[svn-r29412] HDFFV-9717: add overview section to javadocs
Add Java and update options to CMake/Windows docs
Diffstat (limited to 'release_docs/INSTALL_Cygwin.txt')
-rw-r--r-- | release_docs/INSTALL_Cygwin.txt | 8 |
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 |