summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-05-15 15:20:24 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-05-15 15:20:24 (GMT)
commit1ad6816d1555afd8cc5cf03f1e8df60dca8f4914 (patch)
tree9fb104e39209b231fea01a8008c060554f35df84
parent0423a2ce6e5052ee838aa8be2b33f4ee78d62a5a (diff)
downloadhdf5-1ad6816d1555afd8cc5cf03f1e8df60dca8f4914.zip
hdf5-1ad6816d1555afd8cc5cf03f1e8df60dca8f4914.tar.gz
hdf5-1ad6816d1555afd8cc5cf03f1e8df60dca8f4914.tar.bz2
[svn-r16953] corrected name of zlib in Section IV, part 3, step 2
Tested: windows
-rw-r--r--release_docs/INSTALL_Windows.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 3b5d4ba..33b812b 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -893,7 +893,7 @@ project, you may choose one of the following two methods.
3. Choose the build configuration you would like to modify in the drop
down menu labeled "Configuration:"
- 4. Choose the "C/C++" tab, anc select "General".
+ 4. Choose the "C/C++" tab, and select "General".
5. In a text-area labeled with "Additional Include Directories:", add
HDF5, Zlib, and Szip header files directories. For example:
@@ -980,7 +980,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 "zdll.lib, szlibdll.lib, hdf5.lib".
+ Dependencies" field, insert "zlib1.lib, szlibdll.lib, hdf5.lib".
3. (Optional) Also insert "hdf5_cpp.lib" if you want to use HDF5 C++
static library.