diff options
author | Xuan Bai <xuanbai@hdfgroup.org> | 2004-09-27 19:25:32 (GMT) |
---|---|---|
committer | Xuan Bai <xuanbai@hdfgroup.org> | 2004-09-27 19:25:32 (GMT) |
commit | 80b6207322e7558b17be9a4e21712d78b84f785e (patch) | |
tree | 7132676dd07a3ec1c5a263aa7f4b91b8b546b1a6 /release_docs | |
parent | f11fcc05a8298f19a0801cec5e3f3f23cb684c6f (diff) | |
download | hdf5-80b6207322e7558b17be9a4e21712d78b84f785e.zip hdf5-80b6207322e7558b17be9a4e21712d78b84f785e.tar.gz hdf5-80b6207322e7558b17be9a4e21712d78b84f785e.tar.bz2 |
[svn-r9326] Purpose:
Update.
Description:
Update installation documenation.
Solution:
Platforms tested:
Not necessary.
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 41 |
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 |