diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-23 19:34:29 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-23 19:34:29 (GMT) |
commit | 9e0d6a4add26efeca8fff1c97481008d21709470 (patch) | |
tree | e486d17e0f87ef339f33976cf2427175c34447fd /release_docs | |
parent | 61b46d4b546ab3f587aed2b4016ecde02ec04948 (diff) | |
download | hdf5-9e0d6a4add26efeca8fff1c97481008d21709470.zip hdf5-9e0d6a4add26efeca8fff1c97481008d21709470.tar.gz hdf5-9e0d6a4add26efeca8fff1c97481008d21709470.tar.bz2 |
[svn-r12147] Purpose:
Maintenance on Windows
Description:
Add in more bookmarks for website use
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rwxr-xr-x | release_docs/INSTALL_Windows.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/release_docs/INSTALL_Windows.html b/release_docs/INSTALL_Windows.html index 4c08080..d203ee1 100755 --- a/release_docs/INSTALL_Windows.html +++ b/release_docs/INSTALL_Windows.html @@ -2618,7 +2618,7 @@ lines. </p> <p class="note">Notes:</p> <p class="note">This section is only for users who would like to build and test HDF5 snapshot release.</p> - <h3><a name="step1_section8">Step I: Generate H5Tinit.c using Microsoft + <h3><a name="step1_section9">Step I: Generate H5Tinit.c using Microsoft Visual C++ 6.0</a></h3> <ul class="intable"> @@ -2626,10 +2626,11 @@ lines. </p> <p>For users who would like to build and test HDF5 C and C++ library, it is necessary to manually generate H5Tinit.c before going to section II step 1(2). Follow the steps below to generate H5Tinit.c manually using Microsoft - Visual C++ 6.0. We don't guarantee that H5Tinit.c can be sucesessfully created + Visual C++ 6.0. We don't guarantee that H5Tinit.c can be + successfully created by other compilers. </p> - <h4>1. Previous step: <a href="#step1_section2">section - II, step 1(1).</a></h4> + <h4>1. <a href="##step1_section2" name="prevstep_section9">Previous step: section + II, step 1(1)</a><a href="#step1_section2">.</a></h4> <h4>2. Extra steps:</h4> <ul class="intable"> <li>1) Open c:\myHDFstuff\hdf5\windows\misc\typegen\typegen.dsw. </h4> @@ -2645,8 +2646,8 @@ lines. </p> </ul> </li> </ul> - <h3>Step II: Generate H5f90i_gen.h and H5fortran_types.f90 using Compaq - Fortran 6.6c</h3> + <h3><a name="step2_section9">Step II: Generate H5f90i_gen.h and H5fortran_types.f90 using Compaq + Fortran 6.6c</a></h3> <p class="note">Notes:</p> <p class="note">The users who don't want to build fortran library can skip this step.</p> @@ -2664,7 +2665,7 @@ lines. </p> II, step 1(1)</a></h4> <h4>2. Extra Steps:</h4> <ul class="intable"> - <li>1)Follow the steps in <a href="#step1_section8">Step I to generate H5Tinit.c.</a></li> + <li>1)Follow the steps in <a href="#step1_section9">Step I to generate H5Tinit.c.</a></li> <li>2) Open <span class="filename">H5fortran_detect_gen.dsw</span> under directory <span class="filename">c:\myHDFstuff\hdf5\windows\misc\H5fortran_detect_gen</span> Build the project file.</li> @@ -3049,7 +3050,7 @@ Use run-time Library</li> to use HDF5 Fortran DLL.</p> </li> </ol> - <h3>3. Use hDF5 to obtain debug information from library</h3> + <h3><a name="debug_section11">3. Use hDF5 to obtain debug information from library</a></h3> <ul class="intable"> <li><h3>3.1 Define Debug Macro</h3></li> <li><p>Go to directory <span class="filename">c:\MYHDFstuff\hdf5\windows\src</span>, open <span class="filename"> |