From 71e6ea6bf93356f17a460102ebde86547616fef1 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 25 Aug 2016 13:11:05 +0100 Subject: [PATCH] Documentation: installation and readme --- INSTALL | 1 + README | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index ec79cfb68..f3da47044 100644 --- a/INSTALL +++ b/INSTALL @@ -36,6 +36,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_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 -DCMAKE_C_FLAGS="-O2 -Wall" Prepend the specified flags at the front diff --git a/README b/README index c77a82d10..f471c0e7b 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ and a set of tools for decoding and encoding messages in the following formats: * WMO FM-92 GRIB edition 1 and edition 2 * WMO FM-94 BUFR edition 3 and edition 4 - * WMO GTS abbreviated header (only decoding in this release). + * WMO GTS abbreviated header (only decoding in this release) A useful set of command line tools provide quick access to the messages. C, Fortran 90 and Python interfaces provide access to the main ecCodes functionality.