[ HDF5 Tutorial Top ]

Obtaining HDF5 Software


If you will be compiling in:
C:
You will need the HDF5 library. We provide pre-compiled binaries for the platforms on which we tested at:
        ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/bin/

If using the pre-compiled binaries you must also obtain the GZIP library, as they were compiled with GZIP included, but do not include this library. We provide the GZIP library for the platforms on which we tested at:
        ftp://ftp.ncsa.uiuc.edu/HDF/gzip/

You can build the HDF5 library yourself, if need be. The source code can be obtained from:
        ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/

For further information regarding HDF5, check the HDF5 home page:
        http://hdf.ncsa.uiuc.edu/HDF5/

FORTRAN 90:
With HDF5-1.4.0, support for Fortran 90 is included as part of the installation of the HDF5 library. The pre-compiled binaries include the Fortran library. If you need to build from source, download the HDF5-1.4.0 source code and compile it with the --enable-fortran flag. Read the instructions in the RELEASE.txt file for further details.

Java:
You will need the JHI5 code. Go to the Java HDF5 web page for information on the Java-HDF5 software. The Java Tutorial examples are included with this tutorial:
        ./examples/java/


NCSA
The National Center for Supercomputing Applications

University of Illinois at Urbana-Champaign

hdfhelp@@ncsa.uiuc.edu
Last Modified: June 22, 2001