mirror of https://github.com/ecmwf/eccodes.git
Documentation: installation and readme
This commit is contained in:
parent
de71eb4a5c
commit
71e6ea6bf9
1
INSTALL
1
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
|
||||
|
|
2
README
2
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.
|
||||
|
|
Loading…
Reference in New Issue