summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-08-01 22:30:53 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-08-01 22:30:53 (GMT)
commit53f7edfbc4ca70f5098f6e9ca586740ff9f29c2c (patch)
tree79d4bac882a3c1ec1fe5f7574f62b90d743c6595 /release_docs/INSTALL_Windows.txt
parentc63ef2cba28df827eb090a019284c7cd8c2982af (diff)
downloadhdf5-53f7edfbc4ca70f5098f6e9ca586740ff9f29c2c.zip
hdf5-53f7edfbc4ca70f5098f6e9ca586740ff9f29c2c.tar.gz
hdf5-53f7edfbc4ca70f5098f6e9ca586740ff9f29c2c.tar.bz2
[svn-r11180] Purpose:
Maintenance on windows Description: some typoes Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt31
1 files changed, 17 insertions, 14 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 0e2e6d1..3563125 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -559,15 +559,15 @@ STEP 1: Building HDF5 libraries and tools
The directories listed below will contain the following files
ONLY when you choose to build HDF5 High Level Fortran libraries:
- c:\MyHDFstuff\hdf5\proj\hdf5_f90cstubdll\Release -
+ c:\MyHDFstuff\hdf5\proj\hdf5_hl_f90cstubdll\Release -
- hdf5_f90cstubdll.dll - HDF5 High Level C and Fortran stub DLL
- hdf5_f90cstubdll.lib - HDF5 High Level C and Fortran stub export library
+ hdf5_hl_f90cstubdll.dll - HDF5 High Level C and Fortran stub DLL
+ hdf5_hl_f90cstubdll.lib - HDF5 High Level C and Fortran stub export library
- c:\MyHDFstuff\hdf5\proj\hdf5_f90cstubdll\Debug -
+ c:\MyHDFstuff\hdf5\proj\hdf5_hl_f90cstubdll\Debug -
- hdf5_f90cstubdlld.dll - HDF5 High Level C and Fortran stub DLL
- hdf5_f90cstubdlld.lib - HDF5 High Level C and Fortran stub export library
+ hdf5_hl_f90cstubdlld.dll - HDF5 High Level C and Fortran stub DLL
+ hdf5_hl_f90cstubdlld.lib - HDF5 High Level C and Fortran stub export library
c:\MyHDFstuff\hdf5\proj\hdf5_hl_fortran\Release -
@@ -1150,14 +1150,15 @@ To build and test HDF5 High Level C examples:
3. Invoke a command prompt window and run the batch file
Install_hlcexamples.bat which resides in the top level directory
(c:\MyHDFstuff\hdf5). This file creates 4 new directories,
- examplesRELEASE, examplesRELEASEDLL, examplesDEBUG, and
- examplesDEBUGDLL, in the c:\MyHDFstuff\hdf5\examples directory
- and places all the executables in it. Both the release and debug
- versions of the examples should be built before this step is done.
+ HLCexamplesRELEASE, HLCexamplesRELEASEDLL, HLCexamplesDEBUG, and
+ HLCexamplesDEBUGDLL, in the c:\MyHDFstuff\hdf5\hl\hl_c_examples
+ directory and places all the executables in it. Both the release
+ and debug versions of the examples should be built before this
+ step is done.
4. We provide a batch file named test_hl_cexamples.bat in
- c:\MyHDFstuff\hdf5\hl\hl_c_examples directory for you to test
- HDF5 high level C examples.
+ c:\MyHDFstuff\hdf5\hl\hl_c_examples directory for you to test
+ HDF5 high level C examples.
test_hl_cexamples.bat batch file has 4 options:
@@ -1172,8 +1173,10 @@ To build and test HDF5 High Level C examples:
test_hl_cexamples debug dll -- for debug DLL version
Invoke a command prompt window and run test_hl_cexamples with
- appropriate options. when you run "test_hl_cexamples release",
- The output will look like:
+ appropriate options.
+
+ When you run "test_hl_cexamples release", the output will look
+ like:
Testing release version of High Level examples