From ddec11ecb0ab7b6f50a17fbbb0fcaa6a2a2b57e8 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 3 Jun 2010 13:51:19 -0500 Subject: [svn-r18957] Corrected name of external libraries --- release_docs/INSTALL_Windows.txt | 6 +++--- 1 file 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. -- cgit v0.12