=================================================== 
Metview - ECMWF meteorological workstation software
===================================================

Installation and usage instructions can be found at:

https://software.ecmwf.int/metview/Installation

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

1. Extract the source files in the current directory

   tar zxvf Metview-x.x.x-Source.tar.gz


2. Create and move into a build directory

   mkdir build
   cd build


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

   cmake ../Metview-x.x.x-Source [...]
 

