summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-05-19 15:53:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-05-19 15:53:05 (GMT)
commit3417e79f880421fb2f3f5af5e426b2c55405d501 (patch)
tree6b3cc8d95394bbd8d8e8d1f0b3989184b4b0d60b /release_docs/INSTALL_Windows.txt
parentebe57002d61b1b2928b31dbc687d178901d21066 (diff)
downloadhdf5-3417e79f880421fb2f3f5af5e426b2c55405d501.zip
hdf5-3417e79f880421fb2f3f5af5e426b2c55405d501.tar.gz
hdf5-3417e79f880421fb2f3f5af5e426b2c55405d501.tar.bz2
[svn-r16961] Description:
Merge r16901:16960 from trunk into revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode Mac OS X/32 10.5.6 (amazon) in debug mode Mac OS X/32 10.5.6 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-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 61a81a9..d20c35f 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -940,7 +940,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 "Linker" tab, anc select "General".
+ 4. Choose the "Linker" tab, and select "General".
5. In a text-area labeled with "Additional Library Directories:", add
HDF5, Zlib, and Szip library 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.