============================
ecbuild - ECMWF build system
============================

Installation and usage instructions can be found at:

https://software.ecmwf.int/wiki/display/ECbuild/ecBuild

=============
QUICK INSTALL
=============

1. Extract the source files

 tar zxvf ecbuild-1.9.0-Source.tar.gz -C /path/to/install

2. Use cmake and point the module path to the installed source.

 cmake -DCMAKE_MODULE_PATH=/path/to/install [...]
