Documentation: installation and readme

This commit is contained in:
Shahram Najm 2016-08-25 13:11:05 +01:00
parent de71eb4a5c
commit 71e6ea6bf9
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
README
View File

@ -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.