Installation of hdf5 on Linux
You can download the sources from here
Decompress it.
Then run the following commands:
./configure
make
sudo make install
make
sudo make install
If you want to specify where to install the software. Replace:
./configure
by
./configure --prefix=<install-path>
Where <install-path> is where you want to install it.