summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-06-03 18:51:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-06-03 18:51:19 (GMT)
commitddec11ecb0ab7b6f50a17fbbb0fcaa6a2a2b57e8 (patch)
tree9e7589ad758e24909bc34a1c8db1a4501d412876 /release_docs/INSTALL_Windows.txt
parent9386bcdd3a2a55361404d9a995b117e253d5c1ef (diff)
downloadhdf5-ddec11ecb0ab7b6f50a17fbbb0fcaa6a2a2b57e8.zip
hdf5-ddec11ecb0ab7b6f50a17fbbb0fcaa6a2a2b57e8.tar.gz
hdf5-ddec11ecb0ab7b6f50a17fbbb0fcaa6a2a2b57e8.tar.bz2
[svn-r18957] Corrected name of external libraries
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 3138312..3f4ce21 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -123,14 +123,14 @@ Preconditions:
Similarly, you can set:
- HDF5_EXT_SZIP environment variable as szlibdll.lib
+ HDF5_EXT_SZIP environment variable as szip.lib
Notes:
a. You will have to close and reopen running programs for the new
environment variable settings to take effect.
- b. c:\zlib\zlib1.dll and c:\szip\dll\szlibdll.dll should be copied
+ b. c:\zlib\zlib1.dll and c:\szip\dll\szip.dll should be copied
into a location that the application can find.
9. Set up path for external libraries and headers
@@ -986,7 +986,7 @@ project, you may choose one of the following two methods.
1. In Visual Studio, go to the Project menu and choose "Properties".
2. Find the "Link" option and "Input" category. In the "Additional
- Dependencies" field, insert "zlib1.lib, szlibdll.lib, hdf5.lib".
+ Dependencies" field, insert "zlib.lib, libszip.lib, hdf5.lib".
3. (Optional) Also insert "hdf5_cpp.lib" if you want to use HDF5 C++
static library.