summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_From_Command_Line.txt
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-15 14:16:24 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-15 14:16:24 (GMT)
commit6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9 (patch)
tree1a6b7eec4506b20b64a7cef748802726750dd5b7 /release_docs/INSTALL_Windows_From_Command_Line.txt
parentea4dea20fe376d979fbd91834c2d1c880b27bfcf (diff)
downloadhdf5-6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9.zip
hdf5-6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9.tar.gz
hdf5-6481c7451fb6c2658dd85b7b0e4a35e73d15e9e9.tar.bz2
[svn-r15004] Purpose: Minor updates to Windows documentation.
Description: -- INSTALL_Windows.txt: -- Update szip version number to 2.1 -- Extra details for setting up 64-bit builds -- Explain adding HDF5 link settings more clearly -- Add link to FAQ -- Misc. typos and formatting -- INSTALL_Windows_From_Command_Line.txt -- Add note about 64-bit support -- INSTALL_Windows_Short_NET.TXT -- Add notes detailing features unsupported on VS.NET -- INSTALL_Windows_Short_VS2005.TXT -- Add notes about extra features.
Diffstat (limited to 'release_docs/INSTALL_Windows_From_Command_Line.txt')
-rwxr-xr-xrelease_docs/INSTALL_Windows_From_Command_Line.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/INSTALL_Windows_From_Command_Line.txt b/release_docs/INSTALL_Windows_From_Command_Line.txt
index 4d550e3..79b4eb6 100755
--- a/release_docs/INSTALL_Windows_From_Command_Line.txt
+++ b/release_docs/INSTALL_Windows_From_Command_Line.txt
@@ -9,7 +9,7 @@ Note: This instruction is written for users who would like to build HDF5
Currently, we support
1. Building and testing HDF5 C/C++/Fortran libraries on command line with
- Microsoft Visual Studio 2005
+ Microsoft Visual Studio 2005 for 32- or 64-bit Windows.
For all other Windows development tools, HDF5 should be built in
the development environment. Please refer to INSTALL_Windows.txt
@@ -61,8 +61,8 @@ notes in INSTALL_Windows.txt before starting below procedures.
Similarly, set HDF5_EXT_SZIP to the name of the szip library on your system.
(Optional) If you will be building using the /useenv switch, you must also
- define variables INCLUDE and LIBPATH with a semi-colon deliminated list of
- paths for szip and zlib include files, and libraries, respectively. Set
+ define variables INCLUDE and LIB with a semi-colon deliminated list of
+ paths for szip and zlib include files and libraries, respectively. Set
these variables in the same way you set HDF5_EXT_ZLIB and HDF5_EXT_SZIP.