diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-09-17 22:15:07 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-09-17 22:15:07 (GMT) |
commit | 82127ccd71d410691ce0d48eb3b331e89f12363b (patch) | |
tree | 8b7276cd2723191452392f4e18a552a8769f2bd0 /release_docs | |
parent | d09e257551e6d2d24996308ce738b7971312bef9 (diff) | |
download | hdf5-82127ccd71d410691ce0d48eb3b331e89f12363b.zip hdf5-82127ccd71d410691ce0d48eb3b331e89f12363b.tar.gz hdf5-82127ccd71d410691ce0d48eb3b331e89f12363b.tar.bz2 |
[svn-r4447]
Purpose:
a bug fix
Description:
Forget adding one line for "This creates a
directory called 'hdf5xxx'under MyHDFstuff which contains
several files and directories. "
Solution:
should be "This creates a
directory called 'hdf5xxx'under MyHDFstuff which contains
several files and directories. Rename directory "hdf5xxx" into
"hdf5".
Platforms tested:
eirene
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 96425c7..5b15517 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -22,8 +22,9 @@ Preconditions 3. Run WinZip on hdf5-1_4_2.zip (the entire source tree) and extract hdf5 package into c:\MyHDFstuff(or whatever drive and folder name you would like to choose). This creates a - directory called 'hdf5'under MyHDFstuff which contains - several files and directories. + directory called 'hdf5xxx'under MyHDFstuff which contains + several files and directories. Rename directory "hdf5xxx" + into "hdf5". 4. HDF5 uses zlib for compression and zlib is distributed with hdf5 lib. If you have your own version read section |