cd /path/to/NCEPLIBS
mkdir -p build && mkdir nceplibs && cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=../nceplibs
make -j 16
安装过程中若报错,请参考故障排除。