summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-10-16 16:43:35 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-10-16 16:43:35 (GMT)
commitb7b2fa633ecd5ccc0d4eefcdee728a1e63c7a8b9 (patch)
tree8a16592aada4d0790e77cc0c089248fbd1bfe864
parentc0bbc1771cb52ad31d300aca844eab8de14227f4 (diff)
downloadhdf5-b7b2fa633ecd5ccc0d4eefcdee728a1e63c7a8b9.zip
hdf5-b7b2fa633ecd5ccc0d4eefcdee728a1e63c7a8b9.tar.gz
hdf5-b7b2fa633ecd5ccc0d4eefcdee728a1e63c7a8b9.tar.bz2
[svn-r7649]
Purpose: Maintenance Description: Added instructions for how to configure the Libraries not to use external filters gzip and szip (gave a reference to the proper section of the INSTALL_WINDOWS.txt file). Fixed few typos; added pointer to the HDF FTP directory where precompiled zlib and szlib can be found. Solution: N/A Platforms tested: N/A Misc. update:
-rw-r--r--release_docs/INSTALL_Windows_withF90.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/release_docs/INSTALL_Windows_withF90.txt b/release_docs/INSTALL_Windows_withF90.txt
index dc0f352..0de7a4d 100644
--- a/release_docs/INSTALL_Windows_withF90.txt
+++ b/release_docs/INSTALL_Windows_withF90.txt
@@ -14,12 +14,15 @@ Preconditions
2. MSVC++ V 6.0, DEC Visual Fortran V6.0, or Intel C and Fortran compilers,
and WinZip must be installed prior to building the HDF5 library.
- 3. Download the hdf5-1.* distribution archive and run WinZip to unpack
- the source code. The code will be unpacked into the hdf5\ directory.
+ 3. Download the hdf5-1.*.* distribution archive and run WinZip to unpack
+ the source code. The code will be unpacked into the hdf5-1.*.*\ directory.
+ (*.* stands for the minor release and revision number). Rename the
+ unpacked directory to hdf5.
4. GNU zlib and szlib library should be installed on the machine. You may
- find prebuilt binaries on the HDF ftp site.
-
+ find prebuilt binaries on the HDF ftp site (see ftp://ftp.ncsa.uiuc.edu/HDF/)
+ If you wish not to use zlib and/or szlib libraries, see Section V in the
+ INSTALL_Windows.txt how to disable external filters.
Note:
Only static libraries are built for this release.
@@ -33,6 +36,7 @@ Building the HDF5 Fortran and C libraries :
libraries on your system. Go to Tools-->Options-->Directories
Select "Include files" or "Library files" in the "Show directories for" tab.
Add corresponding directories for zlib and szlib include files and libraries.
+ This step is not needed if you disabled external filters in step 4 above.
3". Skip this step if you are not using Intel compilers
Go to Tools-->Select Compiler
Check Intel box and click OK button.