1 | .. _install-prereq: |
---|
2 | |
---|
3 | Prerequisites |
---|
4 | ============= |
---|
5 | |
---|
6 | Mandatory |
---|
7 | ----------------- |
---|
8 | |
---|
9 | The following libraries are required to install :ref:`kernel_index`. Please make sure they are available on your system before anything else. |
---|
10 | |
---|
11 | - autoconf (`http://www.gnu.org/software/autoconf/ |
---|
12 | <http://www.gnu.org/software/autoconf/>`_) |
---|
13 | - gettext (`https://www.gnu.org/software/gettext/ |
---|
14 | <https://www.gnu.org/software/gettext/>`_ ) |
---|
15 | - cURL (`http://curl.haxx.se <http://curl.haxx.se>`_ ) |
---|
16 | - FastCGI (`http://www.fastcgi.com <http://www.fastcgi.com>`_ ) |
---|
17 | - Flex & Bison (`http://flex.sourceforge.net/ |
---|
18 | <http://flex.sourceforge.net/>`_ | |
---|
19 | `http://www.gnu.org/software/bison/ |
---|
20 | <http://www.gnu.org/software/bison/>`_ ) |
---|
21 | - libxml2 ( http://xmlsoft.org ) |
---|
22 | - OpenSSL ( http://www.openssl.org ) |
---|
23 | - GDAL (http://gdal.org/) |
---|
24 | |
---|
25 | .. warning:: |
---|
26 | It is mandatory to install every library listed above before |
---|
27 | compiling and installing ZOO-Kernel |
---|
28 | |
---|
29 | Optional |
---|
30 | ----------------- |
---|
31 | |
---|
32 | You may also consider the following optional libraries: |
---|
33 | |
---|
34 | - MapServer (for ZOO-Kernel optional WMS, WFS and WCS support) |
---|
35 | ( http://mapserver.org ) |
---|
36 | - Python ( http://www.python.org ) |
---|
37 | - PHP Embedded (for ZOO-Kernel optional PHP support) |
---|
38 | ( http://www.php.net ) |
---|
39 | - Java SDK (for ZOO-Kernel optional Java support) ( |
---|
40 | http://java.sun.com ) |
---|
41 | - SpiderMonkey (for ZOO-Kernel optional Javascript support) ( |
---|
42 | http://www.mozilla.org/js/spidermonkey/ ) |
---|
43 | - SAGA GIS (for ZOO-Kernel optional SAGA support) ( |
---|
44 | http://www.saga-gis.org/en/index.html/ ) |
---|
45 | - OrfeoToolbox (for ZOO-Kernel optional OTB support) ( |
---|
46 | https://www.orfeo-toolbox.org/ ) |
---|
47 | - GRASS GIS (for using it through WPSGrassBridge) ( |
---|
48 | http://grass.osgeo.org ) |
---|
49 | - PostgreSQL support activated in GDAL to :ref:`zoo_install_db_backend` |
---|