summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-04-15 15:33:36 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-04-15 15:33:36 (GMT)
commitcdaddd7177dfccf926824f49a6290820c1f7a219 (patch)
treef54fefcaec7fddbf6cca771892872b2fcde77eb6 /release_docs/INSTALL_Windows.txt
parent26f835b908dd8721b703752219127b34da077814 (diff)
downloadhdf5-cdaddd7177dfccf926824f49a6290820c1f7a219.zip
hdf5-cdaddd7177dfccf926824f49a6290820c1f7a219.tar.gz
hdf5-cdaddd7177dfccf926824f49a6290820c1f7a219.tar.bz2
[svn-r13666] Added Windows documentation for 7zip
No testing needed.
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 1b1906c..f851cf4 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -33,12 +33,17 @@ Contents:
Preconditions:
- 1. Installed Microsoft Visual C++ 6.0 or Intel Compiler and WinZip.
+ 1. Installed Microsoft Visual C++ 6.0 or Intel Compiler and 7zip or WinZip.
1.1 Installed Intel Compiler 9.1 if you want to build
HDF5 Fortran libraries.
- Note: By default, WinZip will convert the Unix end of line format
+ Note: 1. 7zip is an open-source alternative to WinZip. Some of the
+ advanced functionality is disabled in WinZip unless you buy the
+ software. With 7zip, most of this functionality is included for
+ free.
+
+ 2. By default, WinZip will convert the Unix end of line format
when extracting .tar file. This conversion will cause
"false" failure in some HDF5 tools testings.
@@ -58,7 +63,7 @@ Preconditions:
c:\ (any drive)
MyHDFstuff\ (any folder name)
- 3. Download the hdf5-1.8.x source code package and use WinZip to
+ 3. Download the hdf5-1.8.x source code package and use 7zip or WinZip to
extract the HDF5 package into c:\MyHDFstuff. This creates a
directory called 'hdf5-1.8.x' under MyHDFstuff which contains
several files and directories. Rename "hdf5-1.8.x" to "hdf5".