diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-17 20:37:56 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-17 20:37:56 (GMT) |
commit | 17bc27843539a59d9f5851d30c7f2f77ce04e6b5 (patch) | |
tree | 0e0d50028af8ed1eee95a9c332fbf4fa4a9cef00 /release_docs | |
parent | 714a71d08eaf09bf63673ca92ddac801911dd93d (diff) | |
download | hdf5-17bc27843539a59d9f5851d30c7f2f77ce04e6b5.zip hdf5-17bc27843539a59d9f5851d30c7f2f77ce04e6b5.tar.gz hdf5-17bc27843539a59d9f5851d30c7f2f77ce04e6b5.tar.bz2 |
[svn-r10946] Purpose:
Add more links.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rwxr-xr-x | release_docs/INSTALL_Windows.html | 5 | ||||
-rwxr-xr-x | release_docs/INSTALL_Windows_Short_Net.htm | 22 |
2 files changed, 17 insertions, 10 deletions
diff --git a/release_docs/INSTALL_Windows.html b/release_docs/INSTALL_Windows.html index 3eee25c..da7de21 100755 --- a/release_docs/INSTALL_Windows.html +++ b/release_docs/INSTALL_Windows.html @@ -1032,7 +1032,7 @@ file, you may see a folder called hdf5lib under c:\MyHDFstuff\hdf5. </ul> <p>You may also find the similar layout for the <debug>. -<h3>STEP 4: Building HDF5 C/C++/Fortran examples (Optional)</h3> +<h3><a name="step4_section2">STEP 4: Building HDF5 C/C++/Fortran examples (Optional)</a></h3> <p>Simple examples have been provided for users to test HDF5 C/C++/Fortran library and tools.</p> <p class="note">Notes:</p> <ul class="intable"> @@ -1904,8 +1904,7 @@ value to "sec2". <h4 style="background-color:green;color:white;">Thank you for using Hierarchical Data Format (HDF). For users who need further assistance, please send email to <A href="mailto:hdfhelp@ncsa.uiuc.edu">hdfhelp@ncsa.uiuc.edu</A></h4> <p> </p> -<p> </p></li></ul> - </li></ul> +<p> </p> </body> </html>
\ No newline at end of file diff --git a/release_docs/INSTALL_Windows_Short_Net.htm b/release_docs/INSTALL_Windows_Short_Net.htm index be766fc..19f807a 100755 --- a/release_docs/INSTALL_Windows_Short_Net.htm +++ b/release_docs/INSTALL_Windows_Short_Net.htm @@ -107,8 +107,8 @@ hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;b <p>3. For users who would like to build and test HDF5 package from the command line, please refer to INSATLL_Windows_From_Command_Line.txt.</p> - <p class="note">Warnings: Please read CAREFULLY about HDF5 build and install preconditions and -notes in INSTALL_Windows.html before starting below procedures.</p> + <p class="note">Warnings: Please read CAREFULLY about <a href="http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#preconditions" target="_blank"> +HDF5 build and install preconditions and notes</a> before starting below procedures.</p> <hr class="second" > <h2>Preconditions:</h2> @@ -123,7 +123,7 @@ notes in INSTALL_Windows.html before starting below procedures.</p> into "Variable Value" and click "OK". </p> <h3>b. Set up path for external libraries and headers</h3> <p>Skip this part if you don't want to use ANY compression features - provided by HDF5. Read <A href="http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#section5" target=_blank>Section V in INSTALL_WINDOWS.html</A>. + provided by HDF5. Read <A href="http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#section5" target="_blank">Section V in INSTALL_WINDOWS.html</A>. </p> <p>You have to read this part even if you want to only use Zlib or Szip. You also need to read <A href="http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#section5" target=_blank>Section V in INSTALL_WINDOWS.html</A> . </p><p>Invoke Microsoft Visual C++ .Net and go to "Tools" and select @@ -162,10 +162,17 @@ notes in INSTALL_Windows.html before starting below procedures.</p> <li>testhdf5_cppdll <li>hdf5_hl_cpp <li>hl_test_table_cpp</li> - </ul> <p>Click on "OK", From the main menu, choose "Build"-> "Build" or + </ul> + <p>Click on "OK", From the main menu, choose "Build"-> "Build" or "Rebuild ALL" to build both release and debug version of HDF5 - Libraries. </p> <li><h4>2.2 If you don't want to build HDF5 Fortran Libraries</h4> <p>Go to "Build" and select "Configuration Manager". Choose "Release" - or "Debug" under "Active Solution Configuration" </p> <p>Disable the following projects:</p> <ul class="normal"> + Libraries. + </p> + <li><h4>2.2 If you don't want to build HDF5 Fortran Libraries</h4> + <p>Go to "Build" and select "Configuration Manager". Choose "Release" + or "Debug" under "Active Solution Configuration" + </p> + <p>Disable the following projects:</p> + <ul class="normal"> <li>flush1_fortran <li>flush1_fortrandll <li> flush2_fortran @@ -183,7 +190,8 @@ notes in INSTALL_Windows.html before starting below procedures.</p> <li>libtest_fortrandll <li>testhdf5_fortran <li>testhdf5_fortrandll</li> - </ul> <p>Click on "OK", From the main menu, choose "Build"-> "Build" or + </ul> + <p>Click on "OK", From the main menu, choose "Build"-> "Build" or "Rebuild ALL" to build both release and debug version of HDF5 Libraries. </p> <li><h4>2.3 If you don't want to build HDF5 High-Level Libraries</h4> <P>Go to "Build" and select "Configuration Manager". Choose "Release" or "Debug" under "Active Solution Configuration" </P> <p>Disable the following projects:</p> <ul class="normal"> <li>hdf5_hl |