Changed to email to andreas to avoid svn wrong addresses.
This commit is contained in:
+31
-29
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Put your title here!!</title>
|
||||
<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">
|
||||
@@ -10,39 +10,41 @@
|
||||
|
||||
<div id="maincenter">
|
||||
<head>
|
||||
<title>Downloading H5Part</title>
|
||||
</head>
|
||||
<title>Downloading HDF5 and H5Part</title>
|
||||
|
||||
<body bgcolor="#F0F0F0">
|
||||
</head>
|
||||
<body bgcolor="#F0F0F0">
|
||||
<font face="arial,helvetica" size="+2" color="#555588"><h2>Downloading H5Part</h2></font>
|
||||
<UL>
|
||||
<LI><a href="#svnano">Subversion access.</a>
|
||||
<LI><a href="#hdf5">Downloading HDF5</a>
|
||||
<LI><a href="#h5part">Downloading H5Part</a>
|
||||
</UL>
|
||||
<hr>
|
||||
<a name="svnano">
|
||||
<h2>Subversion access</h2>
|
||||
</a>
|
||||
|
||||
<LI><b>Anonymous via. Savannah</b>:<br>
|
||||
Use svn from <a href="http://subversion.tigris.org"> tigris </a>
|
||||
<pre>
|
||||
svn checkout svn+ssh://svn@savannah.psi.ch/afs/psi.ch/project/amas/svn/root/amas/H5Part/ .
|
||||
</pre>
|
||||
Password is svn.
|
||||
<LI><b>Using AFS</b>:<br>
|
||||
You need AFS (openAFS) and must have an AFS-Account at PSI which in consequence gives you
|
||||
the needed access right.
|
||||
</LI><p>
|
||||
<pre>
|
||||
svn checkout file:///afs/psi.ch/project/amas/svn/root/amas/H5Part/ .
|
||||
</pre>
|
||||
In case of trouble please contact the person mentioned at the bottom of this page.
|
||||
<hr>
|
||||
<address><a href="mailto:andreas.adelmann@psi.ch">Andreas Adelmann</a></address>
|
||||
<!-- Created: March 7 12:52:52 PST 2005 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Mon Jan 9 22:18:55 CET 2006
|
||||
<!-- hhmts end -->
|
||||
<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"-->
|
||||
|
||||
Reference in New Issue
Block a user