INSTALLATION Standard Installation 1. Download file from http://www.pecny.cz/sw/ 2. Unpack distribution > tar xzf gnut-main-x.x.x.tgz 3. Create and move to the directory where you want to compile > mkdir gnut > cd gnut 4. Run the configure & make in the directory If necessary to link with any external libraries, e.g. GRIB_API, edit autogen.sh environment variables (CPPFLAGS, LDFLAGS, ..) > ./autogen.sh 5. Run the program (in gnut/app) with help option, save and adapt your XML config > app/ --help 2> help.xml Note that if use call app/ without any argument, it's waiting for XML configuration from standard input ! So both below examples should work > app/ -x CONFIG.xml > echo CONFIG.xml | app/ 6. Example data and configurations are at http://www.pecny.cz/sw/support/ COPYRIGHT AND LICENSE Copyright 2011-2013 GOP - Geodetic Observatory Pecny, RIGTC Licensed under the GNU General Public License Version 3. See LICENSE details.