📜  安装 cdf - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:37.979000             🧑  作者: Mango

代码示例1
#For ubuntu cdf distribution downloadthe directory below from NASA:
#https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf38_0/linux/cdf38_0-dist-all.tar.gz,
# untar the: cdf38_0-dist-all.tar.gz
#Find the README file open it.
#From README this are basic instructions
#Also see the references for this solution.
make OS=linux ENV=gnu all
make INSTALLDIR=/usr/local/cdf install