51 lines
1.6 KiB
HTML
51 lines
1.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Downloading HDF5 and H5Part</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<meta name="keywords" content="scientific visualization">
|
|
<meta name="sitemap" content="put a brief descriptive phrase here that will show up in the site map:foo">
|
|
|
|
<!--#include virtual="/include/topIncludes.html"-->
|
|
|
|
<div id="maincenter">
|
|
<head>
|
|
<title>Downloading HDF5 and H5Part</title>
|
|
|
|
</head>
|
|
<body bgcolor="#F0F0F0">
|
|
<font face="arial,helvetica" size="+2" color="#555588"><h2>Downloading H5Part</h2></font>
|
|
<UL>
|
|
<LI><a href="#hdf5">Downloading HDF5</a>
|
|
<LI><a href="#h5part">Downloading H5Part</a>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a name="hdf5">
|
|
<h2>Downloading HDF5</h2></a>
|
|
You will need to download and install the hdf5 library and link H5Part with it.
|
|
<pre>
|
|
ftp ftp.ncsa.uiuc.edu
|
|
username: anonymous
|
|
password: your email
|
|
cd HDF/HDF5/current/src
|
|
ls
|
|
get hdf5-1.6.5.tar.gz (get the current version, this as the one on April 20th, 2006)
|
|
cd szip/src
|
|
ls
|
|
get szip-2.0.tar.gz (get the current version, this as the one on April 20th, 2006)
|
|
cd ../../
|
|
cd zlib/1.2/src
|
|
ls
|
|
get zlib-1.2.1.tar.gz (get the current version, this as the one on April 20th, 2006)
|
|
</pre>
|
|
Note: you might already have libz in your system and you will not need libsz unless you build hdf5 with support for it.
|
|
|
|
<a name="hpart">
|
|
<h2>Downloading H5Part</h2></a>
|
|
Please contact <address><a href="mailto:andreas.adelmann@psi.ch">Andreas Adelmann</a></address>.
|
|
|
|
</div>
|
|
|
|
<!--#include virtual="/include/dateFooter.html"-->
|