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

Installation and usage instructions can be found at:

https://software.ecmwf.int/codes_ui/Installation+Guide

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

1. Extract the source files in the current directory

   tar zxvf codes_ui-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 ../codes_ui-x.x.x-Source [...]
 

