diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-03-28 23:44:04 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-03-28 23:44:04 (GMT) |
commit | 8c95ae347f64d408a58d21e6b6ed0cf279d0cd68 (patch) | |
tree | 9780fd302870c9e4dd607d2232620acb7832b8a8 /INSTALL_Windows.txt | |
parent | 486133faddbbce2c568aa1036e15f8f7f384867e (diff) | |
download | hdf5-8c95ae347f64d408a58d21e6b6ed0cf279d0cd68.zip hdf5-8c95ae347f64d408a58d21e6b6ed0cf279d0cd68.tar.gz hdf5-8c95ae347f64d408a58d21e6b6ed0cf279d0cd68.tar.bz2 |
[svn-r3734]
Purpose:
update install document for windows
Description:
If user wants to remove zlib, they have to remove two lines that define
H5_HAVE_LIBZ and H5_HAVE_COMPRESS2 in both H5config.h and *H5pubconf.h*.
Solution:
add "H5pubconf.h" in the document
Platforms tested:
Diffstat (limited to 'INSTALL_Windows.txt')
-rw-r--r-- | INSTALL_Windows.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL_Windows.txt b/INSTALL_Windows.txt index b235dea..46e85e8 100644 --- a/INSTALL_Windows.txt +++ b/INSTALL_Windows.txt @@ -888,8 +888,8 @@ Removing the zlib library completely: Open the all.dsw workspace file in Microsoft Visual C++. Go to the hdf5 project. Select the zlib.lib file from this project and - delete(press the 'delete' key) it. Next open the H5config.h file - from the src directory. Remove the the following two lines: + delete(press the 'delete' key) it. Next open the H5config.h and H5pubconf.h + files from the src directory. Remove the the following two lines: #define HAVE_LIBZ 1 #define HAVE_COMPRESS2 |