Linux安装hdf5
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
官网下载:https://support.hdfgroup.org/HDF5/
这里以安装 hdf5 - 1.10.5.tar.gz 为例:
step1:解压缩安装包
tar -xvf hdf5-1.10.5.tar.gz
解压后生成一个目录:hdf5 - 1.10.5
然后 cd
进入 hdf5 - 1.10.5
step2:开始安装
./configure --prefix=/data/zyy/usr/local/hdf5 # 指定安装路径
make
make check # 验证安装是否成功
make install
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)