eccodes/INSTALL

40 lines
1.2 KiB
Plaintext

The ecCodes installation is based on the standard configure utility.
It is tested on several platforms and with several compilers. However for some platforms
modifications to the installation engine may be required. If you encounter any problem
during the installation procedure please send an e-mail with your problem to
Software.Support@ecmwf.int.
The only required package for a standard installation is jasper which enables the jpeg2000
packing/unpacking algorithm.
It is possible to build ecCodes without jasper, by using the --disable-jpeg configure option,
but to install a fully functional library, its download is recommended.
Standard Installation
=====================
1. Download eccodes from https://software.ecmwf.int/wiki/display/ECC/Releases.
2. Unpack distribution:
> tar xzf eccodes-X.tar.gz
3. Create a separate directory where to build eccodes
> mkdir build ; cd build
4. Run cmake
> cmake ../eccodes-X -DCMAKE_INSTALL_PREFIX=/path/to/where/you/install/eccodes
5. make, check and install
> make
...
> make check
...
> make install
...
For further details, see: https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation