diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-03 16:50:29 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-03 16:50:29 (GMT) |
commit | 2be77ed708292cd40cb1993bbb3ffcc763f732c3 (patch) | |
tree | 133b78c6c4fc8fb90deffd369b9e52b6dfd68d3c /release_docs | |
parent | 54f3ee3190d9cc6dfc93b5ee7bd2f90231d0de88 (diff) | |
download | hdf5-2be77ed708292cd40cb1993bbb3ffcc763f732c3.zip hdf5-2be77ed708292cd40cb1993bbb3ffcc763f732c3.tar.gz hdf5-2be77ed708292cd40cb1993bbb3ffcc763f732c3.tar.bz2 |
[svn-r11187] Purpose:
Maintenance on windows
Description:
Add hl dlls contents
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rwxr-xr-x | release_docs/INSTALL_Windows_Short_MSVS6.0.htm | 109 |
1 files changed, 81 insertions, 28 deletions
diff --git a/release_docs/INSTALL_Windows_Short_MSVS6.0.htm b/release_docs/INSTALL_Windows_Short_MSVS6.0.htm index 47f61c4..b91f637 100755 --- a/release_docs/INSTALL_Windows_Short_MSVS6.0.htm +++ b/release_docs/INSTALL_Windows_Short_MSVS6.0.htm @@ -1,9 +1,18 @@ <HTML> <HEAD> -<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> +<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0"> <TITLE>HDF5 Build and Install Instructions for Windows XP with MSVS 6.0</TITLE> <style type="text/css"> +a {text-decoration:none} +a:link {color:#0000FF;} +a:visited {color:purple;} +a:hover {background-color:#FAEBD7;} + +body { + margin-left:5%; + margin-right:5% + } h1 { font-family:font-family:times, arial, 'lucida console', sans-serif; font-size: 180%; @@ -11,6 +20,7 @@ h1 { color:#0000FF; text-align:center; text-transform:capitalize; + margin-top:30 } h2 { font-family:font-family:times, arial, 'lucida console', sans-serif; @@ -19,6 +29,7 @@ h2 { color:#0000FF; text-align:center; text-transform:capitalize; + margin-top:20 } h3 { @@ -27,54 +38,63 @@ h3 { font-style:bold; color:#0000FF; text-transform:capitalize; + margin-top:15 } h4 { font-family:font-family:times, arial, 'lucida console', sans-serif; font-size: 120%; font-style:bold; color:#0000FF; + margin-top:12 } h5 { font-family:font-family:times, arial, 'lucida console', sans-serif; font-size: 110%; font-style:bold; color:#0000FF; + margin-top:10 } +hr.first {color:#0000FF; height:4px;width:100%;magin-top:10px;margin-bottom:10px;border:thick double blue;} +hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;border:thin dotted;} + +li{ + margin-top:12; + } + p.right{text-align:right;color:#A52A2A;} + p { font-family:font-family:times, arial, 'lucida console', sans-serif; font-size: 110%; text-align:left; - } + +p.center {text-align:center} + p.note{ font-family:font-family:times, arial, 'lucida console', sans-serif; font-size: 110%; text-align:left; color:#FF0000 } - -ul.normal + +p.filename { -margin-left:10%; -list-style-type:none; -margin-bottom:15px; + font-family:font-family:times, arial, 'lucida console', sans-serif; + font-size: 100%; + font-style:italic; color:#008000 + text-align:center; } -ul.intable + +span.filename { -text-align: left; -list-style-type:none; + font-family:font-family:times, arial, 'lucida console', sans-serif; + font-size: 95%; + font-style:italic; color:#800000 + } -td {font-family:font-family:times, arial, 'lucida console', sans-serif; - font-size: 110%; - text-align:left; - padding:10; - } -a {text-decoration:none} -a:link {color:#0000FF;} -a:visited {color:purple;} -a:hover {background-color:#FAEBD7;} + table { font-family:font-family:times, arial, 'lucida console', sans-serif; font-size: 100%; @@ -82,19 +102,33 @@ table { border:thin solid blue; } -body { - margin-left:5%; - margin-right:5% - } -hr.first {color:#0000FF; height:4px;width:100%;magin-top:10px;margin-bottom:10px;border:thick double blue;} -hr.second{color:#0000FF;height:2px; width:100%;magin-top:5px;margin-bottom:5px;border:thin dotted;} +td { + font-family:font-family:times, arial, 'lucida console', sans-serif; + font-size: 95%; + text-align:left; + padding:10; + } + +ul.normal +{ +margin-left:10%; +list-style-type:none; +margin-bottom:15px; +} + +ul.intable +{ +text-align: left; +list-style-type:none; +} + </style> </HEAD> <BODY> <h1>HDF5 Build and Install Instructions for Windows XP with MSVS 6.0</h1> -<p style="TEXT-ALIGN: center">(Short Version)</p> +<h1>(Short Version)</h1> <hr class="first" > <p class="note">Notes:</p> @@ -138,7 +172,9 @@ notes in INSTALL_Windows.html before starting below procedures.</p> <li>testhdf5_cpp </li> <li>testhdf5_cppdll </li> <li>hdf5_hl_cpp </li> + <li>hdf5_hl_cppdll</li> <li>hl_test_table_cpp</li> + <li>hl_test_table_cppdll</li> </ul> <li><h4>3.2 Add the follwing projects to project "all" dependencies ONLY if you want to build HDF5 FORTRAN libraries</h4> @@ -152,9 +188,14 @@ notes in INSTALL_Windows.html before starting below procedures.</p> <li>hdf5_fortran </li> <li>hdf5_fortrandll </li> <li>hdf5_hl_fortran </li> - <li>hl_test_image_fortran </li> + <li>hdf5_hl_fortrandll</li> + <li>hdf5_hl_f90cstubdll</li> + <li>hl_test_image_fortran</li> + <li>hl_test_image_fortrandll </li> <li>hl_test_lite_fortran </li> + <li>hl_test_lite_fortrandll</li> <li>hl_test_table_fortran </li> + <li>hl_test_table_fortrandll</li> <li>libtest_cstubdll </li> <li>libtest_fortran </li> <li>libtest_fortrandll </li> @@ -229,10 +270,22 @@ all HDF5 libraries and tools into c:\MyHDFstuff\hdf5\hdf5lib directory.</p> <p>Please read <a href="http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#step4_section2" target="_blank">section II, step 4 in INSTALL_Windows.html.</a> + + +<hr class="first" > +<h4>Need further assistance? email to <a href="mailto:hdfhelp@ncsa.uiuc.edu">hdfhelp@ncsa.uiuc.edu</a> or go to + <a href="http://hdf.ncsa.uiuc.edu/windows/">http://hdf.ncsa.uiuc.edu/windows/questions</a> to get help on windows</h4> + <h4 style="background-color:green;color:white;text-align:center;letter-spacing:5;">Thank you for using Hierarchical Data Format (HDF)</h4> + <p> </p> +<p> </p> + </ul> +<p> </p> + + </BODY> -</HTML> +</HTML>
\ No newline at end of file |