Last change
on this file since 689 was
663,
checked in by nbozon, 10 years ago
|
various enhancements and missing doc files
|
File size:
1.7 KB
|
Rev | Line | |
---|
[659] | 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/ <http://www.gnu.org/software/autoconf/>`_) |
---|
| 12 | - cgic (`http://www.boutell.com/cgic <http://www.boutell.com/cgic>`_) |
---|
| 13 | - cURL (`http://curl.haxx.se <http://curl.haxx.se>`_ ) |
---|
| 14 | - FastCGI (`http://www.fastcgi.com <http://www.fastcgi.com>`_ ) |
---|
| 15 | - Flex & Bison (`http://flex.sourceforge.net/ <http://flex.sourceforge.net/>`_ | `http://www.gnu.org/software/bison/ <http://www.gnu.org/software/bison/>`_ ) |
---|
| 16 | - libxml2 ( http://xmlsoft.org ) |
---|
| 17 | - OpenSSL ( http://www.openssl.org ) |
---|
| 18 | - Python ( http://www.python.org ) |
---|
[663] | 19 | - GDAL (for using the available GDAL based ZOO-Services) (http://gdal.org/) |
---|
[659] | 20 | |
---|
| 21 | .. warning:: |
---|
| 22 | It is mandatory to install every library listed above before compiling and installing ZOO-Kernel |
---|
| 23 | |
---|
| 24 | Optional |
---|
| 25 | ----------------- |
---|
| 26 | |
---|
| 27 | You may also consider the following optional libraries: |
---|
| 28 | |
---|
| 29 | - MapServer (for ZOO-Kernel optional WMS, WFS and WCS support) (http://mapserver.org) |
---|
| 30 | - PHP Embedded (for ZOO-Kernel optional PHP support) (http://www.php.net) |
---|
| 31 | - Java SDK (for ZOO-Kernel optional Java support) (http://java.sun.com) |
---|
| 32 | - SpiderMonkey (for ZOO-Kernel optional Javascript support) (http://www.mozilla.org/js/spidermonkey/) |
---|
| 33 | - SAGA GIS (for ZOO-Kernel optional SAGA support)(http://www.saga-gis.org/en/index.html/) |
---|
| 34 | - OrfeoToolbox (for ZOO-Kernel optional OTB support) (https://www.orfeo-toolbox.org/) |
---|
[663] | 35 | - Insight Segmentation and Registration Toolkit (http://itk.org/ITK/resources/software.html/>) |
---|
[659] | 36 | - GRASS GIS (for using it through WPSGrassBridge) (http://grass.osgeo.org) |
---|
[663] | 37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.