mirror of https://github.com/ecmwf/eccodes.git
Added installation hints
This commit is contained in:
parent
f3ac4857ed
commit
24c24ecf73
7
INSTALL
7
INSTALL
|
@ -33,6 +33,13 @@ However it requires that cmake be installed on your system.
|
||||||
> ctest
|
> ctest
|
||||||
> make install
|
> make install
|
||||||
|
|
||||||
|
You can also pass options to the cmake command above. Some typical examples are:
|
||||||
|
|
||||||
|
-DBUILD_SHARED_LIBS=OFF Install static libraries, not shared
|
||||||
|
-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
|
||||||
|
of the compilation command for C source files
|
||||||
|
|
||||||
For more details, please see:
|
For more details, please see:
|
||||||
https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation
|
https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation
|
||||||
|
|
Loading…
Reference in New Issue