Skip to content

Commit

Permalink
creating a table
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich committed Dec 19, 2023
1 parent 89bdf6b commit 42f006d
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,34 @@ External Library Handling in compile_MET_all.sh
library and header files are. The following environment variables need to be added
to the environment configuration file:

**Always Required:**
**MET_BUFRLIB**, **BUFRLIB_NAME**, **MET_PROJ**, **MET_HDF5**, **MET_NETCDF**,
**MET_GSL.**

**Optional, Depending on Configuration Options: MET_GRIB2CLIB, MET_GRIB2CINC,
GRIB2CLIB_NAME, LIB_JASPER, LIB_PNG, LIB_Z, MET_ATLAS, MET_ECKIT,
MET_HDF, MET_HDFEOS, MET_CAIRO, MET_FREETYPE, MET_PYTHON_BIN_EXE, MET_PYTHON_CC,
MET_PYTHON_LD.**

.. list-table:: Example Table
:widths: auto
:header-rows: 1

* - Always Required
- Optional, Depending on Configuration Options:
* - MET_BUFRLIB
- MET_GRIB2CLIB
* - BUFRLIB_NAME
- MET_GRIB2CINC
* - MET_PROJ
- GRIB2CLIB_NAME
* - MET_HDF5
- LIB_JASPER
* - MET_NETCDF
- LIB_PNG
* - MET_GSL
- LIB_Z
* - MET_ATLAS
* - MET_ECKIT
- MET_HDF
* - MET_HDFEOS
- MET_CAIRO
* - MET_FREETYPE
- MET_PYTHON_BIN_EXE
* - MET_PYTHON_CC
- MET_PYTHON_LD

Generally speaking, for each library there is a set of three
environment variables that can
describe the locations:
Expand Down

0 comments on commit 42f006d

Please sign in to comment.