Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
gunzip grib_api_1.14.0.tar.gz
tar xf grib_api-1.14.0.tar

Configuring

...

using CMake

Grib_api uses the CMake command for configuration and compilation. CMake is available for modern Linux systems but may have to be installed.

...

Info

This command will cause cmake to run its system discovery if this is the first time the command has been used. On some systems, this may take time to complete.

 

Configuring

...

using configure

...

Grib_api compilation can also be made using the GNU configure tool to ease building and compilation. It is tested on different platforms and compilers and should not cause any problems. If however, you do have a problem installing grib_api, please email: openifs-support@ecmwf.int.

...