$ gunzip < hdf5-X.Y.Z.tar.gz | tar xf - #解压缩 $ cd hdf5-X.Y.Z $ ./configure --prefix=/usr/local/hdf5 #安装路径 $ make $ make check # run test suite. $ make install $ make check-install # verify installation.