File: INSTALL

package info (click to toggle)
grib-api 1.9.16-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 34,620 kB
  • sloc: ansic: 89,039; sh: 12,072; makefile: 3,487; f90: 2,578; python: 1,919; yacc: 520; lex: 216; perl: 209; awk: 66
file content (40 lines) | stat: -rwxr-xr-x 1,227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

The grib_api 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 grib_api without jasper, by using the --disable-jpeg configure option, 
but to install a fully functional library, its download is recommended.


Standard Installation
=====================

   1. Download grib_api from http://www.ecmwf.int/products/data/software/download/grib_api.html.
   2. Unpack distribution:

        > gunzip grib_api-X.tar.gz
        > tar xf grib_api-X.tar

   3. Create the directory where to install grib_api say grib_api_dir

        > mkdir grib_api_dir

   4. Run the configure in the grib_api-X

        > cd grib_api-X
        > ./configure --prefix=grib_api_dir

   5. make, check and install

        > make
        ...
        > make check
        ...
        > make install
        ...