From 24c24ecf73ec4c2f2e6e6edd7a3ab215ee0561c6 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 9 Dec 2015 18:15:38 +0000 Subject: [PATCH] Added installation hints --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL b/INSTALL index f325f1be9..ec79cfb68 100644 --- a/INSTALL +++ b/INSTALL @@ -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