Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Download the package from http://www.hdfgroup.org/downloads/index.html and the installation is straightforward. On Linux:

1) untar the downloaded file 2) cd to the hdf5 directory 3) ./configure --prefix=/where/you/want/hdf5/to/be/installed (in my case it was /usr/local/hdf5) 4) make 5) make check 6) sudo make install (sudo needed if the location is not in your own user area) 7) make check-install

Download the package from http://www.hdfgroup.org/downloads/index.html and the installation is straightforward. On Linux:

1) untar the downloaded file
 2) cd to the hdf5 directory
 3) ./configure --prefix=/where/you/want/hdf5/to/be/installed (in my case it was /usr/local/hdf5)
 4) make
 5) make check
 6) sudo make install (sudo needed if the location is not in your own user area)
 7) make check-installcheck-install

Download the package from http://www.hdfgroup.org/downloads/index.html and the installation is straightforward. On Linux:

1) untar the downloaded file
2) cd to the hdf5 directory
3) ./configure --prefix=/where/you/want/hdf5/to/be/installed (in my case it was /usr/local/hdf5)
4) make
5) make check
6) sudo make install (sudo needed if the location is not in your own user area)
7) sudo make check-install