summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_withF90.txt
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-07-02 23:54:20 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-07-02 23:54:20 (GMT)
commit6ab98c2ef7f59d3b84b1d9bd778849f31b050e7f (patch)
tree65df75577b0ad664f36dbf04afba3a993994b21f /release_docs/INSTALL_Windows_withF90.txt
parent1091cab2e6e369d8c2ec4a0888dbb3b2b108cbf9 (diff)
downloadhdf5-6ab98c2ef7f59d3b84b1d9bd778849f31b050e7f.zip
hdf5-6ab98c2ef7f59d3b84b1d9bd778849f31b050e7f.tar.gz
hdf5-6ab98c2ef7f59d3b84b1d9bd778849f31b050e7f.tar.bz2
[svn-r7141]
Purpose: Maintenance for the 1.6.0 release. Description: I updated compilers information for Crays and added h5fc and h5c++ to the new tools sections in REELASE.txt. I added instructions for how to build HDF5 using Intel compilers on Windows. Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs/INSTALL_Windows_withF90.txt')
-rw-r--r--release_docs/INSTALL_Windows_withF90.txt27
1 files changed, 17 insertions, 10 deletions
diff --git a/release_docs/INSTALL_Windows_withF90.txt b/release_docs/INSTALL_Windows_withF90.txt
index d85cecd..dc0f352 100644
--- a/release_docs/INSTALL_Windows_withF90.txt
+++ b/release_docs/INSTALL_Windows_withF90.txt
@@ -1,7 +1,7 @@
===============================================================================
HDF5 Fortran90 Library Build and Testing Instructions for Windows NNT/2000
- with DEC Visual Fortran V6.0
+ with DEC Visual Fortran V6.0 and Intel compilers.
===============================================================================
@@ -11,26 +11,33 @@ Preconditions
Fortran90 libraries. If you are interested only in the C library,
see INSTAll_Windows.txt or INSTAll_codewarrior.txt.
- 2. MS VC++ V 6.0, DEC Visual Fortran V6.0, and WinZip must be installed
- prior to building the HDF5 library.
-
+ 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.
- 4. GNU zlib and szlib library should be installed on the machine.
+ 4. GNU zlib and szlib library should be installed on the machine. You may
+ find prebuilt binaries on the HDF ftp site.
Note:
Only static libraries are built for this release.
-Building the HDF5 Fortran and C libraries
+Building the HDF5 Fortran and C libraries :
1. Unpack all_withf90.zip, found in the hdf5\ directory, into the
hdf5\ directory.
- 2. Set up library and include directories to point to zlib and szlib
- libraries on your system.
- 3. Go to the hdf5\proj\ directory and click on the file all.dsw.
+ 2. Go to the hdf5\proj\ directory and click on the file all.dsw.
This will invoke MS VC++.
+ 3. Set up library and include directories to point to zlib and szlib
+ 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.
+ 3". Skip this step if you are not using Intel compilers
+ Go to Tools-->Select Compiler
+ Check Intel box and click OK button.
+ Go to Tools-->Customize-->Add-ins and Macro Files
+ and check Intel Fortran Compiler Build Tool
4. Select "Build", then select "Set Active Configuration".
@@ -50,7 +57,7 @@ Building the HDF5 Fortran and C libraries
Testing libraries and tools
- 1. See the file INSTALL_Windows.txt (STEP 2) for how for instruction on
+ 1. See the file INSTALL_Windows.txt (STEP 2) for instruction on
testing the C HDF5 library and tools.
2. To test Fortran HDF5 Library, run testhdf5_fortran.bat in the