Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the main program installation directory.
    cd /path/to/NCEPLIBS
  3. Create directories build and nceplibs, and go to the build directory.
    mkdir -p build && mkdir nceplibs && cd build
  4. Build the software.
    cmake ../ -DCMAKE_INSTALL_PREFIX=../nceplibs
  5. Perform the compilation and installation.
    make -j 16

    If an error is reported during the installation, see Troubleshooting for the solution.