Added installation hints

This commit is contained in:
Shahram Najm 2015-12-09 18:15:38 +00:00
parent f3ac4857ed
commit 24c24ecf73
1 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,13 @@ However it requires that cmake be installed on your system.
> ctest
> 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:
https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation