This is an old revision of the document!


Installation of hdf5 on Linux

You can download the sources from here
Decompress it.
Then run the following commands:

./configure
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.

installation_linux_hdf5.1519392502.txt.gz · Last modified: 2018/02/23 13:28 by y.audouin