NOAA-EMC / wgrib2

Provides functionality for interacting with, reading, writing, and manipulating GRIB2 files.
12 stars 8 forks source link

documentation update to reflect new CMake build system #149

Open edwardhartnett opened 5 days ago

edwardhartnett commented 5 days ago

The sole build system for wgrib2-3.x is cmake.

The cmake build instructions are kept in the top-level README.md file, as with all EMC codes.

There are legacy documents which refer to the old make-based build system, which need to be removed. Some information from these documents may need to be kept, but all make-based instructions should be removed. Everything needs to be explained in for the cmake build.

The file wgrib2/INSTALLING should be removed.

The file wgrib2/docs/readme needs to be updated, with build instructions being removed.