diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-11-02 16:21:00 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-11-02 16:21:00 (GMT) |
commit | 08482c22b788493509941665b1bf5f46d5d0e29e (patch) | |
tree | c9fc4b3c1e4e91a4022ec81297e9fc77274ddb20 /INSTALL_Windows.txt | |
parent | eb8747499d505f2cdcb448fffb127eba48dcccd8 (diff) | |
download | hdf5-08482c22b788493509941665b1bf5f46d5d0e29e.zip hdf5-08482c22b788493509941665b1bf5f46d5d0e29e.tar.gz hdf5-08482c22b788493509941665b1bf5f46d5d0e29e.tar.bz2 |
[svn-r1804] updated the file to reflect some changes that were made in V1.2 that weren't
in this file
Diffstat (limited to 'INSTALL_Windows.txt')
-rw-r--r-- | INSTALL_Windows.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL_Windows.txt b/INSTALL_Windows.txt index 0725175..8a35060 100644 --- a/INSTALL_Windows.txt +++ b/INSTALL_Windows.txt @@ -37,7 +37,7 @@ STEP II: Building the Libraries and tests. 1. Rename the directory under C:\myHDFstuff\ from hdf5xxx to hdf5. 2. Unpack all.zip in 'hdf5' and move the zlib.dll from - c:\myHDFstuff\hdf5\src\dll to the Windows system directory. + c:\myHDFstuff\hdf5\src\zlib\dll to the Windows system directory. NOTE TO ALPHA USERS- the version of zlib that is packaged in all.zip is for Intel platforms. The Alpha versions of the libraries can be @@ -164,6 +164,10 @@ To test, cd into the hdf5\test directory. Then type: "hdf5test [debug or release] [dll]" depending on which version you would like to test. +To use the timing tests use the hdf5timingtest.bat file found in the hdf5\test +directory. Type: "hdf5timingtest [debug or release] [dll]" depending on which +version you would like to test. + To test the h5dump utility, cd into hdf5\tools. Then type: "dumptest [debug or release] [dll]" depending on which version you would like to test. Some differences are expected in the output of these 4 tests (the |