diff options
-rw-r--r-- | release_docs/INSTALL_Windows_withF90.txt | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/release_docs/INSTALL_Windows_withF90.txt b/release_docs/INSTALL_Windows_withF90.txt index df7fc88..e703fd1 100644 --- a/release_docs/INSTALL_Windows_withF90.txt +++ b/release_docs/INSTALL_Windows_withF90.txt @@ -1,6 +1,6 @@ =============================================================================== - HDF5 Fortran90 Library Build and Testing Instructions for Windows NT/98 + HDF5 Fortran90 Library Build and Testing Instructions for Windows NNT/2000 with DEC Visual Fortran V6.0 =============================================================================== @@ -15,16 +15,13 @@ Preconditions prior to building the HDF5 library. - 3. Download the hdf5-1.4.2 distribution archive and run WinZip to unpack + 3. Download the hdf5-1.4.4 distribution archive and run WinZip to unpack the source code. The code will be unpacked into the hdf5\ directory. - 4. HDF5 uses the zlib library, which is distributed with the HDF5 Windows - source code. + 4. GNU zlib library should be installed on the machine. - Note: Only a static Fortran Library is supported in this release. - -Building the HDF5 Fortran and C libraries (static only) +Building the HDF5 Fortran and C libraries 1. Unpack all_withf90.zip, found in the hdf5\ directory, into the hdf5\ directory. @@ -43,16 +40,6 @@ Building the HDF5 Fortran and C libraries (static only) single-threaded static libraries, multithreaded DLLs, and tests. - NOTE: "all" is a dummy target. You will get a link error when - "all.exe." is built: - - LINK: error LNK2001: unresolved external symbol - _mainCRTStartup..... - all.exe - 2 error(s), .... - - This warning messages can be ignored as the "all.exe" is never - created. - When the debug or release build is completed, the directories listed below will contain the following files: @@ -68,13 +55,10 @@ Building the HDF5 Fortran and C libraries (static only) hdf5dll.dll- the F90 and C hdf5 libraries hdf5dll.lib- the dll export library - Note: Only the C DLL works; an F90 DLL is not supported! - - Testing libraries and tools 1. See the file INSTALL_Windows.txt (STEP 2) for how for instruction on - testing the C HDF5 library and non-hdf4-related tools. + testing the C HDF5 library and tools. 2. To test Fortran HDF5 Library, run testhdf5_fortran.bat in the hdf5\fortran\test directory |