Changeset 711 for branches/PublicaMundi_David-devel/docs/install
- Timestamp:
- Jun 30, 2015, 4:22:29 PM (9 years ago)
- Location:
- branches/PublicaMundi_David-devel/docs/install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/install/installation.rst
r700 r711 212 212 $ ./configure --with-xml2config=/usr/local/bin/xml2-config 213 213 214 .. _zoo_install_db_backend: 215 214 216 Use a Database Backend (Optional) 215 217 .................................. -
branches/PublicaMundi_David-devel/docs/install/prerequisites.rst
r696 r711 9 9 The following libraries are required to install :ref:`kernel_index`. Please make sure they are available on your system before anything else. 10 10 11 - autoconf (`http://www.gnu.org/software/autoconf/ <http://www.gnu.org/software/autoconf/>`_) 12 - gettext (`https://www.gnu.org/software/gettext/ <https://www.gnu.org/software/gettext/>`_ ) 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/>`_ ) 13 15 - cURL (`http://curl.haxx.se <http://curl.haxx.se>`_ ) 14 16 - 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/>`_ ) 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/>`_ ) 16 21 - libxml2 ( http://xmlsoft.org ) 17 22 - OpenSSL ( http://www.openssl.org ) … … 19 24 20 25 .. warning:: 21 It is mandatory to install every library listed above before compiling and installing ZOO-Kernel 26 It is mandatory to install every library listed above before 27 compiling and installing ZOO-Kernel 22 28 23 29 Optional … … 26 32 You may also consider the following optional libraries: 27 33 28 - MapServer (for ZOO-Kernel optional WMS, WFS and WCS support) (http://mapserver.org) 34 - MapServer (for ZOO-Kernel optional WMS, WFS and WCS support) 35 ( http://mapserver.org ) 29 36 - Python ( http://www.python.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/) 35 - Insight Segmentation and Registration Toolkit (http://itk.org/ITK/resources/software.html/>) 36 - GRASS GIS (for using it through WPSGrassBridge) (http://grass.osgeo.org) 37 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`
Note: See TracChangeset
for help on using the changeset viewer.