summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release_docs/INSTALL_Windows.txt41
1 files changed, 20 insertions, 21 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 4ff298e..7144908 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -143,10 +143,6 @@ Preconditions
(C:\zlib114\lib, C:\szlib\lib, C:\szlib\dll) to the
library directories.
- Similarly, you should set up these external libraries and
- headers paths for DEC Visual Fortran if you use it to build
- HDF5 Fortran libraries.
-
Notes
1. To build HDF5 C++ and FORTRAN libraries, please read through
@@ -339,13 +335,13 @@ STEP 1: Building HDF5 libraries and tools
c:\MyHDFstuff\hdf5\test\libtestD\debug -
- libtestDd.dll, libtestDd.lib
- - the internal DLL for test
+ libtestD.dll - the internal DLL for test
+ libtestD.lib - the internal DLL export library for test
c:\MyHDFstuff\hdf5\test\libtestD\release -
- libtestD.dll, libtestD.lib
- - the internal DLL for test
+ libtestD.dll - the internal DLL for test
+ libtestD.lib - the internal DLL export library for test
c:\MyHDFstuff\hdf5\tools\toolslib\debug -
and c:\MyHDFstuff\hdf5\tools\toolslib\release -
@@ -426,7 +422,8 @@ We provide 2 options for users to test HDF5 libraries and tools.
HDF5 comes with various test suites, all of which can be tested
with hdf5check.bat batch file in c:\MyHDFstuff\hdf5 directory.
- hdf5check batch file can be run with the following four options:
+ hdf5check batch file can be run with one of the following four
+ options:
hdf5check test HDF5 C library and tools only
@@ -448,7 +445,7 @@ We provide 2 options for users to test HDF5 libraries and tools.
built in step I.
Invoke a command prompt window and run hdf5check with appropriate
- options.
+ option.
Test results are saved in two files:
@@ -814,12 +811,11 @@ Settings... details:
Project
Settings
- C/C++
- Category
- PreProcessor
- Code Generation
- Use run-time Library
- These are all set to use Single-Threaded
+ C/C++
+ Category
+ Code Generation
+ Use run-time Library
+ These are all set to use Single-Threaded
DLL... hints:
@@ -900,7 +896,10 @@ Warning: When you modify the H5pubconf.h file as described below,
2.3 Delete HDF5_EXT_SZIP_DLL environment variable if you have
set it in preconditions.
- 2.4 Run-compile HDF5 library according to section II.
+ 2.4 Delete HDF5_SZIP_ENCODE environment variable if you have
+ set it in preconditions.
+
+ 2.5 Run-compile HDF5 library according to section II.
When you disable szip, you may get the following message
when building HDF5 libraries:
@@ -913,8 +912,8 @@ Warning: When you modify the H5pubconf.h file as described below,
Note:
- To disable gzip and szip at the same time, just following 1.1~1.3
- and 2.1~2.3 and run-compile HDF5 library according to section II.
+ To disable gzip and szip at the same time, just follow 1.1~1.3
+ and 2.1~2.4 and run-compile HDF5 library according to section II.
3. Disable szip encoder
@@ -930,8 +929,8 @@ Warning: When you modify the H5pubconf.h file as described below,
The szip library and header path should also be set up
accordingly (refer to precondition 6).
- 3.2 Open the H5pubconf.h file from the src directory and remove
- (or comment out) the following line:
+ 3.2 Open the H5pubconf.h file from the c:\MyHDFstuff\hdf5\src
+ directory and remove (or comment out) the following line:
#define H5_SZIP_CAN_ENCODE 1