我需要在linux中安装 netCDF 和 graDs 才能运行其他程序, 但我不熟悉它们,我刚刚配置并制作它们但是我没有得到任何包含这样的消息:成功制作或者像那样。
Make:
的输出make[3]: Entering directory `/home/nazanin/Downloads/netcdf-4.3.0/examples/C'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nazanin/Downloads/netcdf-4.3.0/examples/C'
Making all in CDL
make[3]: Entering directory `/home/nazanin/Downloads/netcdf-4.3.0/examples/CDL'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/nazanin/Downloads/netcdf-4.3.0/examples/CDL'
make[3]: Entering directory `/home/nazanin/Downloads/netcdf-4.3.0/examples'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/nazanin/Downloads/netcdf-4.3.0/examples'
make[2]: Leaving directory `/home/nazanin/Downloads/netcdf-4.3.0/examples'
make[2]: Entering directory `/home/nazanin/Downloads/netcdf-4.3.0'
make[2]: Leaving directory `/home/nazanin/Downloads/netcdf-4.3.0'
make[1]: Leaving directory `/home/nazanin/Downloads/netcdf-4.3.0'
这是否意味着" make"命令工作正常,还是有错误?是否有任何"测试"对吗?
我是Ubuntu linux的初学者。
谢谢。
答案 0 :(得分:2)
通过以下命令安装 netCDF 和 graDs 会更好:
sudo apt-get update
sudo apt-get install netcdf*
sudo apt-get install grads
答案 1 :(得分:1)
由于您使用autotools
进行编译,因此通常使用make check
来运行测试。请注意,版本4.3.0到4.3.1.1的DAP
测试中存在已知的失败,与Unidata netcdf测试服务器的更改有关。
我会提到netcdf 4.3.0相当陈旧。最新的稳定版本v4.3.1.1
可以在此处下载:
http://github.com/Unidata/netcdf-c/releases
下一个版本中还有一个候选版本v4.3.2
可用,第二个版本候选版本应该在今天或明天晚些时候可用。自4.3.0以来,您可能感兴趣的一些错误修复:)。
答案 2 :(得分:0)
是的,你的工作正常。
要测试,请尝试进行检查。
要安装,请尝试make install。