安装NETCDF-fortran
操作步骤
- 使用PuTTY工具,以root用户登录服务器。
- 执行以下命令解压NETCDF-fortran安装包。
tar -zxvf netcdf-fortran-4.4.5.tar.gz
- 执行以下命令进入解压后的目录。
cd netcdf-fortran-4.4.5
- 执行以下命令进行配置。
./configure --prefix=/path/to/NETCDF --build=aarch64-linux --disable-static --enable-shared --enable-parallel-tests --enable-large-file-tests --enable-largefile
- 执行以下命令进行编译安装。
make -j make install
父主题: 配置编译环境