diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2003-07-14 17:40:33 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2003-07-14 17:40:33 (GMT) |
commit | bc4d3e9dec5b2cfd0d4f620b42a436474ad779f1 (patch) | |
tree | b5bba978eddf2a38e57e5a869f1f555e84b42508 /release_docs | |
parent | d9272c6c5d611fb1777a9d4d391b8f352131ea7e (diff) | |
download | hdf5-bc4d3e9dec5b2cfd0d4f620b42a436474ad779f1.zip hdf5-bc4d3e9dec5b2cfd0d4f620b42a436474ad779f1.tar.gz hdf5-bc4d3e9dec5b2cfd0d4f620b42a436474ad779f1.tar.bz2 |
[svn-r7221] Purpose:
Update install_windows.txt.
Description:
the description of using the allexample.dsw needs to be modified with
the addition of szip to HDF5 library.
Some typos are corrected.
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index d9bea0f..1a712f5 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -2,7 +2,7 @@ HDF5 Build and Install Instructions for Windows 2000/XP. ---------------------------------------------------------- The instructions which follow assume that you will be using the -source code release 'zip' file (hdf5-1_6_???.zip). +source code release 'zip' file (hdf5-160.zip). ***************************WARNINGS**************************** Please read CAREFULLY about Preconditions before you go to the @@ -456,7 +456,11 @@ where <top-level HDF5 directory> may be C:\MyHDFstuff\hdf5\ -To specify this location in the settings for your VC++ project: +To specify this location in the settings for your VC++ project, you may choose +one of the following two methods. + + 1) + To insert the path that specifics HDF5 and zlib,szlib header files: 1. Open your VC project in Microsoft Visual C++ and make sure it is the active project. @@ -473,7 +477,8 @@ To specify this location in the settings for your VC++ project: reach the end and type /I "<top-level HDF5 directory>\src" and then click OK. -To link the HDF5 library with your application: + + To link the HDF5 library with your application: 1. Open your VC project in Microsoft Visual C++ and make sure it is the active project. @@ -488,6 +493,17 @@ To link the HDF5 library with your application: 5. Select hdf5.lib and click OK. + 6. repeat 1-5, to select zlib.lib and szlib.lib. + + 2) + + Go to tools/options/directories, + + 1. Insert the correct HDF5,zlib,szlib paths for both headers(include) and libraries. + 2. Go to the Project menu and choose the 'Settings' option. + 3. Find the "link" option and "Input" category, insert "zlib.lib, szlib.lib, hdf5.lib". + + To use the DLL: @@ -525,7 +541,7 @@ using the Visual C++ Development Environment. Project name and location issues: The files in all.zip must end up in the hdf5\ directory installed by - hdf5-1_4_0.zip + hdf5-1_6_0.zip If you must install all.dsw and all.dsp in another directory, relative to hdf5\ , you will be asked to locate the sub-project |