summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-30 20:12:16 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-30 20:12:16 (GMT)
commit5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536 (patch)
treee6912f9aef66c78124a3ec01eb83e340594afcba
parent4f7f681c429dea5580eb03e8f7ad28973fd34395 (diff)
downloadhdf5-5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536.zip
hdf5-5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536.tar.gz
hdf5-5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536.tar.bz2
[svn-r15303] Purpose: Minor typo in Windows documentation (zlib DLL directory)
Description: When specifying library search path in Visual Studio, use the DLL folder for zlib. Previously we pointed to the "lib" folder, which was causing confusion.
-rw-r--r--release_docs/INSTALL_Windows.txt10
-rwxr-xr-xrelease_docs/INSTALL_Windows_Short_NET.TXT4
-rwxr-xr-xrelease_docs/INSTALL_Windows_Short_VS2005.TXT4
3 files changed, 9 insertions, 9 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 580d918..2090f02 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -151,8 +151,8 @@ Preconditions:
6.3 Find the box "Show directories for", choose "Library files". If you
cannot find your Zlib and Szip library path (for example,
- c:\zlib123\lib, c:\szip\dll) from the directory list, add the library
- path (c:\zlib123\lib, c:\szip\dll) to the library directories.
+ c:\zlib123\dll, c:\szip\dll) from the directory list, add the library
+ path (c:\zlib123\dll, c:\szip\dll) to the library directories.
6.4 If building Fortran libraries, you will also need to setup the path
for the Intel Fortran compiler. Please see Section VI.
@@ -942,7 +942,7 @@ project, you may choose one of the following two methods.
HDF5, Zlib, and Szip library files directories. For example:
c:\MyHDFstuff\hdf5\hdf5lib\release\lib
- c:\zlib123\lib
+ c:\zlib123\dll
c:\szip\dll
Note: To link with HDF5 DLLs rathern that static libraries, simply
@@ -961,7 +961,7 @@ project, you may choose one of the following two methods.
example,
c:\MyHDFstuff\hdf5\hdf5lib\release\lib
- c:\zlib123\lib
+ c:\zlib123\dll
c:\szip\dll
Note: To link with HDF5 DLLs rathern that static libraries, simply
@@ -1148,7 +1148,7 @@ Notes: 1. For Intel Compiler users, Intel fortran Compiler 9.1 and 10.1 are
right panel, make sure your "Selected Compiler" is Intel Fortran.
3) Select the right-most box for "Libraries", and add Zlib and Szip
- library paths (c:\zlib123\lib, c:\szip\dll for example).
+ library paths (c:\zlib123\dll, c:\szip\dll for example).
4) Select right-most box for "Includes", and add Zlib and Szip header
paths (c:\zlib123\include c:\szip\include, for example).
diff --git a/release_docs/INSTALL_Windows_Short_NET.TXT b/release_docs/INSTALL_Windows_Short_NET.TXT
index cabd665..1f2aa74 100755
--- a/release_docs/INSTALL_Windows_Short_NET.TXT
+++ b/release_docs/INSTALL_Windows_Short_NET.TXT
@@ -53,9 +53,9 @@ notes in INSTALL_Windows.txt before starting below procedures.
Find the box "Show directories for", choose "Library files",
If you cannot find your Zlib and Szip library path
- (for example, c:\zlib123\lib, c:\szip\dll)
+ (for example, c:\zlib123\dll, c:\szip\dll)
from the directory list, add the library path
- (c:\zlib123\lib, c:\szip\dll) to the library directories.
+ (c:\zlib123\dll, c:\szip\dll) to the library directories.
========================================================================
Building HDF5 C/C++ Libraries with VS .NET
diff --git a/release_docs/INSTALL_Windows_Short_VS2005.TXT b/release_docs/INSTALL_Windows_Short_VS2005.TXT
index 86068bf..b668581 100755
--- a/release_docs/INSTALL_Windows_Short_VS2005.TXT
+++ b/release_docs/INSTALL_Windows_Short_VS2005.TXT
@@ -53,9 +53,9 @@ notes in INSTALL_Windows.txt before starting below procedures.
c:\szip\include) to the included directories.
Find the box "Show directories for", choose "Library files", If you cannot
- find your Zlib and Szip library path (for example, c:\zlib123\lib,
+ find your Zlib and Szip library path (for example, c:\zlib123\dll,
c:\szip\dll) from the directory list, add the library path
- (c:\zlib123\lib, c:\szip\dll) to the library directories.
+ (c:\zlib123\dll, c:\szip\dll) to the library directories.
========================================================================
Building HDF5 C/C++ Libraries with Visual Studio 2005