ubuntu上安装hdf5
目录
ubuntu系统上安装hdf5
install hdf5 on ubuntu 12.04
1.you can probably install the debian libraries into quantal with no issues, precise is less likely to work, but it might possibly you will have to build it from source to get everything right.
Code:
|
|
2.上述方法现在已经不适用,Google后发现,可以直接使用hdf5二进制包,由于本机为64bit linux,下载64位下的二进制包:
|
|
- 解压后,并在.bashrc中设置:
|
|
4.安装 blosc (可选)
5.安装 lzo2-2 lzo2-dev
|
|
至此HDF5可用