2005-06-18 01:08:07 +08:00
< HTML >
2005-10-30 00:10:23 +08:00
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the files COPYING and Copyright.html. COPYING can be found at the root *
* of the source code distribution tree; Copyright.html can be found at the *
* root level of an installed copy of the electronic HDF5 document set and *
* is linked from the top-level documents page. It can also be found at *
* http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-->
2005-06-18 01:08:07 +08:00
< HEAD >
2005-08-04 00:50:29 +08:00
< META NAME = "GENERATOR" Content = "Microsoft FrontPage 5.0" >
2005-06-18 01:08:07 +08:00
< TITLE > HDF5 Build and Install Instructions for Windows XP with MSVS 6.0< / TITLE >
< style type = "text/css" >
2005-08-04 00:50:29 +08:00
a {text-decoration:none}
a:link {color:#0000FF;}
a:visited {color:purple;}
a:hover {background-color:#FAEBD7;}
body {
margin-left:5%;
margin-right:5%
}
2005-06-18 01:08:07 +08:00
h1 {
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 180%;
font-style:bold;
color:#0000FF;
text-align:center;
text-transform:capitalize;
2005-08-04 00:50:29 +08:00
margin-top:30
2005-06-18 01:08:07 +08:00
}
h2 {
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 160%;
font-style:bold;
color:#0000FF;
text-align:center;
text-transform:capitalize;
2005-08-04 00:50:29 +08:00
margin-top:20
2005-06-18 01:08:07 +08:00
}
h3 {
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 140%;
font-style:bold;
color:#0000FF;
text-transform:capitalize;
2005-08-04 00:50:29 +08:00
margin-top:15
2005-06-18 01:08:07 +08:00
}
h4 {
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 120%;
font-style:bold;
color:#0000FF;
2005-08-04 00:50:29 +08:00
margin-top:12
2005-06-18 01:08:07 +08:00
}
h5 {
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 110%;
font-style:bold;
color:#0000FF;
2005-08-04 00:50:29 +08:00
margin-top:10
2005-06-18 01:08:07 +08:00
}
2005-08-04 00:50:29 +08:00
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;
}
2005-06-18 01:08:07 +08:00
p.right{text-align:right;color:#A52A2A;}
2005-08-04 00:50:29 +08:00
2005-06-18 01:08:07 +08:00
p {
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 110%;
text-align:left;
}
2005-08-04 00:50:29 +08:00
p.center {text-align:center}
2005-06-18 01:08:07 +08:00
p.note{
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 110%;
text-align:left;
color:#FF0000
}
2005-08-04 00:50:29 +08:00
p.filename
2005-06-18 01:08:07 +08:00
{
2005-08-04 00:50:29 +08:00
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 100%;
font-style:italic; color:#008000
text-align:center;
2005-06-18 01:08:07 +08:00
}
2005-08-04 00:50:29 +08:00
span.filename
2005-06-18 01:08:07 +08:00
{
2005-08-04 00:50:29 +08:00
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 95%;
font-style:italic; color:#800000
2005-06-18 01:08:07 +08:00
}
2005-08-04 00:50:29 +08:00
2005-06-18 01:08:07 +08:00
table {
font-family:font-family:times, arial, 'lucida console', sans-serif;
font-size: 100%;
text-align:left;
border:thin solid blue;
}
2005-08-04 00:50:29 +08:00
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;
}
2005-06-18 01:08:07 +08:00
< / style >
< / HEAD >
< BODY >
< h1 > HDF5 Build and Install Instructions for Windows XP with MSVS 6.0< / h1 >
2005-08-04 00:50:29 +08:00
< h1 > (Short Version)< / h1 >
2005-06-18 01:08:07 +08:00
< hr class = "first" >
< p class = "note" > Notes:< / p >
< p > This short instruction is written for users who want to quickly
build HDF5 library and tools from the HDF5 source code package
with Microsoft Visual Studio 6.0 but do not want to know HDF5
building and installation details on Windows XP.
< / p >
< p > For detailed HDF5 build and install information, or if you have
trouble following any steps in the instructions, please refer to
INSTALL_Windows.html for further information.
< / p >
< p > For users who would like to build and test HDF5 package from the
command line, please refer to
INSATLL_Windows_From_Command_Line.html.
< / 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 >
< hr class = "second" >
< h2 > STEP 1: Building HDF5 Libraries and Tools< / h2 >
< hr class = "second" >
< ul class = "intable" >
< li > < h3 > 1. Run batch file copy_hdf.bat.< / h3 >
< p > Go to c:\MyHDFstuff\hdf5\windows and run copy_hdf.bat. < / p >
< / li >
< li > < h3 > 2. Open all.dsw workspace< / h3 >
< p class = "note" > Notes:< / p >
< p > all.sln is for command line use ONLY. Please make sure open all.dsw not all.sln.< / p >
< p > Open the c:\MyHDFstuff\hdf5\windows\proj\all\all.dsw workspace. < / p >
< / li >
< li > < h3 > 3. (Optional) Add C++ and/or FORTRAN related projects< / h3 >
< ul class = "intable" >
< li > < h4 > 3.1 Add the following projects to project "all" dependencies
ONLY if you want to build HDF5 C++ libraries< / h4 >
< ul class = "normal" >
< li > dsets_cpp < / li >
< li > dsets_cppdll < / li >
< li > hdf5_cpp < / li >
< li > hdf5_cppdll < / li >
< li > testhdf5_cpp < / li >
< li > testhdf5_cppdll < / li >
< li > hdf5_hl_cpp < / li >
2005-08-04 00:50:29 +08:00
< li > hdf5_hl_cppdll< / li >
2005-06-18 01:08:07 +08:00
< li > hl_test_table_cpp< / li >
2005-08-04 00:50:29 +08:00
< li > hl_test_table_cppdll< / li >
2005-06-18 01:08:07 +08:00
< / ul >
< li > < h4 > 3.2 Add the follwing projects to project "all" dependencies
ONLY if you want to build HDF5 FORTRAN libraries< / h4 >
< ul class = "normal" >
< li > flush1_fortran < / li >
< li > flush1_fortrandll < / li >
< li > flush2_fortran < / li >
< li > flush2_fortrandll < / li >
< li > hdf5_f90cstub < / li >
< li > hdf5_f90cstubdll < / li >
< li > hdf5_fortran < / li >
< li > hdf5_fortrandll < / li >
< li > hdf5_hl_fortran < / li >
2005-08-04 00:50:29 +08:00
< li > hdf5_hl_fortrandll< / li >
< li > hdf5_hl_f90cstubdll< / li >
< li > hl_test_image_fortran< / li >
< li > hl_test_image_fortrandll < / li >
2005-06-18 01:08:07 +08:00
< li > hl_test_lite_fortran < / li >
2005-08-04 00:50:29 +08:00
< li > hl_test_lite_fortrandll< / li >
2005-06-18 01:08:07 +08:00
< li > hl_test_table_fortran < / li >
2005-08-04 00:50:29 +08:00
< li > hl_test_table_fortrandll< / li >
2005-06-18 01:08:07 +08:00
< li > libtest_cstubdll < / li >
< li > libtest_fortran < / li >
< li > libtest_fortrandll < / li >
< li > testhdf5_fortran < / li >
< li > testhdf5_fortrandll< / li >
< / ul >
< / li >
< / ul >
< / li >
< li > < h3 > 4. Select "Build", then Select "Set Active Configuration".< / h3 >
< p > In "Project configurations", select the active configuration< / p >
< p > "all -- Win32 Debug" or "all -- Win32 Release"< / p >
< p > Then build project "all".< / p >
< / li >
< / ul >
< hr class = "second" > < h2 > STEP 2: Testing HDF5 Libraries and Tools < / h2 > < hr class = "second" >
< p > HDF5 libraries and tools should be tested to make sure that they were
built correctly.< / p >
< p > HDF5 libraries and tools can be tested with hdf5check.bat batch file
in c:\MyHDFstuff\hdf5 directory.
< / p >
< p > hdf5check.bat has four options:< / p >
< div style = "TEXT-ALIGN: center" >
< table border = "1" style = "BORDER-RIGHT: blue thin solid; BORDER-TOP: blue thin solid; BORDER-LEFT: blue thin solid; BORDER-BOTTOM: blue thin solid" >
< tr >
< th > Options< / th >
< th > Illustration< / th >
< / tr >
< tr >
< td > < p > hdf5check< / p > < / td >
< td > < p > test HDF5 C library and tools only< / p > < / td >
< / tr >
< tr >
< td > < p > hdf5check enablecpp< / p > < / td >
< td > < p > test HDF5 C/C++ libraries and tools.< / p >
< / td >
< / tr >
< tr >
< td > < p > hdf5check enablefortran< / p > < / td >
< td > < p > test HDF5 C/FORTRAN libraries and tools< / p >
< / td >
< / tr >
< tr >
< td > < p > hdf5check enableall< / p > < / td >
< td > < p > test HDF5 C/C++/FORTRAN libraries and tools< / p >
< / td >
< / tr >
< / table >
< / div >
< p > Invoke a command prompt window and run hdf5check with appropriate
options.< / p >
< p > Test results are saved into file:< / p >
< ul class = "normal" >
< li > c:\MyHDFstuff\hdf5\check_results.txt< / li >
< / ul >
< p > Check check_results.txt and there should be no failures at all.< / p >
< p > If you want to test HDF5 libraries and tools one by one, please refer to
< A HREF = "http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#step2_section2" target = "_blank" > Section II, step 2 in INSTALL_Windows.html< / A > .< / p >
< hr class = "second" / >
< h2 > STEP 3: Installing HDF5 Libraries< / h2 >
< hr class = "second" / >
< p > Run the batch file c:\MyHDFstuff\hdf5\installhdf5lib.bat to install
all HDF5 libraries and tools into c:\MyHDFstuff\hdf5\hdf5lib directory.< / p >
< hr class = "second" / >
< h2 > STEP 4: Building HDF5 Examples (Optional)< / h2 >
< hr class = "second" / >
< 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 >
2005-08-04 00:50:29 +08:00
< 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 >
2005-06-18 01:08:07 +08:00
< / BODY >
2005-10-30 00:10:23 +08:00
< / HTML >