summaryrefslogtreecommitdiffstats
path: root/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2000-12-20 22:49:32 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2000-12-20 22:49:32 (GMT)
commit0366959fdd036aa7ba1fc39d7f459bac647f7b8e (patch)
tree644ac09e3c6a5c5610729e7eaa2aa5f4dcc63f98 /INSTALL_Windows.txt
parent3a2587549caea4c2dcf464e2e35ca05d515e9c73 (diff)
downloadhdf5-0366959fdd036aa7ba1fc39d7f459bac647f7b8e.zip
hdf5-0366959fdd036aa7ba1fc39d7f459bac647f7b8e.tar.gz
hdf5-0366959fdd036aa7ba1fc39d7f459bac647f7b8e.tar.bz2
[svn-r3170]
Purpose: Update some descriptions for the install file Description: Solution: 1) add a note for building library: users can also use batch build to build lib. 2) add a warning note for h5toh4 autotest crude script so that users may carefully input parameters. Platforms tested: doesn't have to be tested.
Diffstat (limited to 'INSTALL_Windows.txt')
-rw-r--r--INSTALL_Windows.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/INSTALL_Windows.txt b/INSTALL_Windows.txt
index b4a5e62..6b55683 100644
--- a/INSTALL_Windows.txt
+++ b/INSTALL_Windows.txt
@@ -41,6 +41,7 @@ To build the HDF5 and tests, it is assumed that you have done the following:
5. You do need hdf4 (hdf and mfhdf) static and dll libraries to generate
h4toh5 and h5toh4 converter tool.
+
STEP II: Building the Libraries and tests.
1. Rename the directory under C:\myHDFstuff\ from hdf5xxx to hdf5.
@@ -93,12 +94,14 @@ STEP II: Building the Libraries and tests.
_mainCRTStartup.....
all.exe - 2 error(s), ....
+
NOTE 2: In the HDF5_1.4 beta release, you may find strange errors
when compiling tvlstr.c at testhdf5 and testhdf5dll projects.
Simply selecting tvlstr.c itself and compiling it separately,
you may find tvlstr.c be compiled successfully this time.
Now coming back to Build menu and choose Build all.exe(or choose F7 key);
- The rest of testhdf5 program will be linked successfully.
+ The rest of testhdf5 program will be linked successfully. We suggest users to
+ use batch build to avoid this annoying compiling behavior.
NOTE 3: In order to test h4toh5 and h5toh4 converter, you need to have
hdf413(or higher version) library. Please adjust processor settings to include
@@ -206,6 +209,7 @@ whether converter converts correctly. We recommend you to redirect (using ">")
the output into a file to check the test output manually.
To test the h5toh4 utility, you need to have "hdp" utilityin your system.
cd into hdf5\tools. Four parameters should be input in this format:
+
1) For windows NT 4.0 and 5.0
type h5toh4testrun [para 1] [para 2] [para 3] [para 4]
2) For Windows 98
@@ -217,6 +221,11 @@ type h5toh4testwin98 [para 1] [para 2] [para 3] [para 4]
para3: The full path where hdp is located, for example D:/H414/bin
para4: If no dll version,leave this parameter empty or type DLL
+***** Warnings:*******
+ Do make sure that you type the correct parameters according to the
+ correct orders. Para 2 and Para 3 should be correctly input. Otherwise,
+ the result may be unpredictable.
+
NOTE: The appropriate dll should be placed in the Windows\system
directory before using the dlls.