From a046eae0c894b64e630c3827d8af0f56887fbec0 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Tue, 17 Apr 2007 15:28:40 -0500 Subject: [svn-r13674] Added Windows "short" documentation for building with Visual Studio 2005. No testing needed. --- release_docs/INSTALL_Windows_Short_NET.TXT | 31 ++++++++++++++++++++++++++---- 1 file 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 ======================================================================== -- cgit v0.12