From d3c709ef540a44534d8c6d4bf6db98c4abd6d725 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 11 Nov 2016 11:07:07 +0000 Subject: [PATCH] Documentation --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index f3da47044..012129561 100644 --- a/INSTALL +++ b/INSTALL @@ -35,7 +35,7 @@ However it requires that cmake be installed on your system. You can also pass options to the cmake command above. Some typical examples are: - -DBUILD_SHARED_LIBS=OFF Install static libraries, not shared + -DENABLE_NETCDF=ON Enable GRIB to netCDF conversion -DENABLE_ECCODES_THREADS=ON Enable POSIX threads -DENABLE_JPG=ON Enable JPEG encoding/decoding (for GRIB packing) -DCMAKE_Fortran_COMPILER=pgf90 Set Fortran compiler to Portland Group F90 compiler