diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-06-03 18:51:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-06-03 18:51:04 (GMT) |
commit | 7d3d21b83111f8b5b70eaea90af20e438fd8a555 (patch) | |
tree | 5464d327abdcc3a9ab8206d1610153c936b75283 /release_docs/INSTALL_Windows.txt | |
parent | 753f328de1faeb5a4926b911274e4163fd8136e1 (diff) | |
download | hdf5-7d3d21b83111f8b5b70eaea90af20e438fd8a555.zip hdf5-7d3d21b83111f8b5b70eaea90af20e438fd8a555.tar.gz hdf5-7d3d21b83111f8b5b70eaea90af20e438fd8a555.tar.bz2 |
[svn-r18956] Corrected name of external libraries
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 6ab8f0b..7344006 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -123,7 +123,7 @@ Preconditions: Similarly, you can set: - HDF5_EXT_SZIP environment variable as szlibdll.lib + HDF5_EXT_SZIP environment variable as szip.lib Notes: @@ -985,7 +985,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. |