summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-04-17 20:28:40 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-04-17 20:28:40 (GMT)
commita046eae0c894b64e630c3827d8af0f56887fbec0 (patch)
tree0e666231d1a0570f3e154021a6c7228fa60eab88 /release_docs
parent1b176758ae1b5554f3ff77eed83d8090616d76a5 (diff)
downloadhdf5-a046eae0c894b64e630c3827d8af0f56887fbec0.zip
hdf5-a046eae0c894b64e630c3827d8af0f56887fbec0.tar.gz
hdf5-a046eae0c894b64e630c3827d8af0f56887fbec0.tar.bz2
[svn-r13674] Added Windows "short" documentation for building with Visual Studio 2005.
No testing needed.
Diffstat (limited to 'release_docs')
-rwxr-xr-xrelease_docs/INSTALL_Windows_Short_NET.TXT31
1 files changed, 27 insertions, 4 deletions
diff --git a/release_docs/INSTALL_Windows_Short_NET.TXT b/release_docs/INSTALL_Windows_Short_NET.TXT
index f897ddf..50ad5b2 100755
--- a/release_docs/INSTALL_Windows_Short_NET.TXT
+++ b/release_docs/INSTALL_Windows_Short_NET.TXT
@@ -1,12 +1,12 @@
************************************************************************
-* Build and Install HDF5 C/C++ Library with VS .NET 2003 on Windows XP *
-* (Short Version) *
+* Build and Install HDF5 C/C++ Library with VS .NET 2003 or 2005 *
+* with Windows XP (Short Version) *
************************************************************************
Notes: This short instruction is written for users who want to quickly
build HDF5 library and tools from the HDF5 source code package
- with Microsoft Visual Studio .NET 2003 but do not want to know HDF5
- building and installation details on Windows XP.
+ with Microsoft Visual Studio .NET 2003 or 2005 but do not want
+ to know HDF5 building and installation details on Windows XP.
For detailed HDF5 build and install information, or if you have
trouble following any steps in the instructions, please refer to
@@ -65,6 +65,29 @@ notes in INSTALL_Windows.txt before starting below procedures.
(c:\zlib123\lib, c:\szip\dll) to the library directories.
========================================================================
+ Building HDF5 C/C++ Libraries with VS 2005
+========================================================================
+
+ Note: These extra steps on apply to Visual Studio 2005. If you will be
+ building with .Net 2003, please skip to the section below.
+
+ The building procedure is almost the same as building HDF5 on .Net 2003.
+
+ 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.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.
+ 3) You may use _CRT_SECURE_NO_DEPRECATE to disable the warnings.
+ Please refer to the next section, "Building HDF5 C/C++ Libraries
+ with VS .NET"
+
+ Please also note that the example workspace may not work properly.
+ You may need to reset hdf5 library path.
+
+
+========================================================================
Building HDF5 C/C++ Libraries with VS .NET
========================================================================