diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2004-11-03 19:58:34 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2004-11-03 19:58:34 (GMT) |
commit | 57243993ee29bd4f66bd58ddcf45b95ae038200b (patch) | |
tree | a0498a77bf60c90e5be81ab5d9972dfc2a6cb662 | |
parent | 70982501ef17063419064d214ec6c78c8b4dee91 (diff) | |
download | hdf5-57243993ee29bd4f66bd58ddcf45b95ae038200b.zip hdf5-57243993ee29bd4f66bd58ddcf45b95ae038200b.tar.gz hdf5-57243993ee29bd4f66bd58ddcf45b95ae038200b.tar.bz2 |
[svn-r9504] Purpose:
remove old installation file for C++ interface.
Description:
Solution:
Platforms tested:
Misc. update:
-rw-r--r-- | release_docs/INSTALL_Windows_withF90.txt | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/release_docs/INSTALL_Windows_withF90.txt b/release_docs/INSTALL_Windows_withF90.txt deleted file mode 100644 index dc0f352..0000000 --- a/release_docs/INSTALL_Windows_withF90.txt +++ /dev/null @@ -1,65 +0,0 @@ - -=============================================================================== - HDF5 Fortran90 Library Build and Testing Instructions for Windows NNT/2000 - with DEC Visual Fortran V6.0 and Intel compilers. -=============================================================================== - - -Preconditions - - 1. These instructions are for users who wish to build the C and - Fortran90 libraries. If you are interested only in the C library, - see INSTAll_Windows.txt or INSTAll_codewarrior.txt. - - 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. 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 : - - 1. Unpack all_withf90.zip, found in the hdf5\ directory, into the - hdf5\ directory. - 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". - - "all -- Win32 Debug" to build debug versions of - single-threaded static libraries and tests. - - "all -- Win32 Release" to build release versions of - single-threaded static libraries and tests. - - When the debug or release build is completed, the directories - listed below will contain the following files: - - hdf5\proj\hdf5\debug - - hdf5\proj\hdf5\release - - hdf5.lib- the F90 and C hdf5 libraries - - -Testing libraries and tools - - 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 - hdf5\fortran\test directory - |