diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-04-17 21:04:17 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-04-17 21:04:17 (GMT) |
commit | 7fec773c0e991e629f1c9fdbc22162052fbe6e6d (patch) | |
tree | 892e99824af1231ce0a3a43044d1b9ab9254857e /release_docs/INSTALL_Windows.txt | |
parent | a046eae0c894b64e630c3827d8af0f56887fbec0 (diff) | |
download | hdf5-7fec773c0e991e629f1c9fdbc22162052fbe6e6d.zip hdf5-7fec773c0e991e629f1c9fdbc22162052fbe6e6d.tar.gz hdf5-7fec773c0e991e629f1c9fdbc22162052fbe6e6d.tar.bz2 |
[svn-r13675] Updated Windows documentation concerning thread-safe builds, as well as a typo in the zlib instruction.
Tested:
VS 6.0 on WinXP
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 36c97e5..75c3a34 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -2103,7 +2103,7 @@ by other compilers. test messages users should get: For help use: ttsafedll.exe -help - Linked with hdf5 version 1.7 release 51 + Linked with hdf5 version 1.8 release 0 Testing -- multi-dataset creation (dcreate) Testing -- per-thread error stacks (error) Testing -- thread cancellation safety test (cancel) @@ -2130,7 +2130,7 @@ Section XI: How to build HDF5 in Visual studio 2005 on windows 32-bit and 64-bit pay attention to the following reminders: 1) To use zlib or szlib compression packages: Use zlib 1.2.2 DLL provided at - ftp://ftp.hdfgroup.org/lib-external/zlib/1.2/bin/zlib123-windows.tar.gz + ftp://ftp.hdfgroup.org/lib-external/zlib/1.2/bin/zlib123-windows.zip Use szlib 2.0 DLL provided at ftp://ftp.hdfgroup.org/lib-external/szip/2.0/bin/windows/xp-net 2) Make sure that WIN32 macro is set at visual studio 2005. |