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
2 | No.2 Revision |
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
3 | No.3 Revision |
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