Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/NCEPLIBS
- Create directories build and nceplibs, and go to the build directory.
mkdir -p build && mkdir nceplibs && cd build
- Build the software.
cmake ../ -DCMAKE_INSTALL_PREFIX=../nceplibs
- Perform the compilation and installation.
make -j 16
Parent topic: NCEPLIBS 1.2.0 Porting Guide (CentOS 7.6)
