1gdal-config(1)              General Commands Manual             gdal-config(1)
2
3
4

NAME

6       gdal-config - .TH "gdal-config" 1 "Fri Apr 22 2011" "GDAL"
7

NAME

9       gdal-config - determines various information about a GDAL installation
10

SYNOPSIS

12       gdal-config [OPTIONS]
13       Options:
14               [--prefix[=DIR]]
15               [--libs]
16               [--cflags]
17               [--version]
18               [--ogr-enabled]
19               [--formats]
20

DESCRIPTION

22       This utility script (available on Unix systems) can be used to
23       determine various information about a GDAL installation. It is normally
24       just used by configure scripts for applications using GDAL but can be
25       queried by an end user.
26
27       --prefix:
28           the top level directory for the GDAL installation.
29
30       --libs:
31           The libraries and link directives required to use GDAL.
32
33       --cflags:
34           The include and macro definition required to compiled modules using
35           GDAL.
36
37       --version:
38           Reports the GDAL version.
39
40       --ogr-enabled:
41           Reports 'yes' or 'no' to standard output depending on whether OGR
42           is built into GDAL.
43
44       --formats:
45           Reports which formats are configured into GDAL to stdout.
46
47GDAL                            Fri Apr 22 2011                 gdal-config(1)
Impressum