- Timestamp:
- Jun 22, 2015, 10:07:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/install/install-confoptions.rst
r659 r679 24 24 --with-js=PATH Enables javascript support, disabled by default 25 25 --with-mapserver=PATH Specifies the path for MapServer compiled source tree 26 --with-itk=PATH Specifies an alternative location for the ITK library 27 --with-itk-version=VERSION Specifies an alternative version for the ITK library 26 28 --with-otb=PATH Enables optional OrfeoToolbox support 27 29 --with-saga=PATH Enables optional SAGA GIS support … … 114 116 .............................................. 115 117 116 In irder to activate the Java support for ZOO Kernel, you have to use the *--with-java* configure option and to set the installation path of your Java SDK. For instance, 118 In order to activate the Java support for ZOO-Kernel, the 119 *--with-java* configure option must be specified and sets the installation path of your Java SDK. For instance, 117 120 if Java SDK is installed in the ``/usr/lib/jvm/java-6-sun-1.6.0.22/`` directory, then the following command can be used: 118 121 … … 121 124 $ ./configure --with-java=/usr/lib/jvm/java-6-sun-1.6.0.22/ 122 125 123 This assumes that the `` include/linux `` and `` jre/lib/i386/client/`` subdirectories exist in ``/usr/lib/jvm/java-6-sun-1.6.0.22/``, that the `` include/linux `` directory contains the jni.h headers file and that the ``jre/lib/i386/client/`` directory contains the libjvm.so file.126 This assumes that the ``include/linux`` and ``jre/lib/i386/client/`` subdirectories exist in ``/usr/lib/jvm/java-6-sun-1.6.0.22/``, that the ``include/linux`` directory contains the jni.h headers file and that the ``jre/lib/i386/client/`` directory contains the libjvm.so file. 124 127 125 128 .. note:: … … 131 134 $ ./configure --with-java=macos 132 135 133 134 136 .. _js-support: 135 137 … … 137 139 .............................................. 138 140 139 In order to activate the JavaScript support for ZOO Kernel then you will have to use140 the *--with-js* configure option . If you are using a "Debian-like" GNU/Linux distribution then141 In order to activate the JavaScript support for ZOO-Kernel, 142 the *--with-js* configure option must be specified. If you are using a "Debian-like" GNU/Linux distribution then 141 143 dpkg will be used to detect if the required packages are installed and you don't have to 142 144 specify anything here. The following command is only needed (assuming that js_api.h and libmozjs.so are found in default directories): … … 145 147 146 148 $ ./configure --with-js 147 148 .149 149 150 150 If youwant to use a custom installation of `SpiderMonkey <https://developer.mozilla.org/en/SpiderMonkey>`__ ,or if you are not using a Debian packaging … … 160 160 161 161 162 In order to activate the WMS, WFS and WCS output support using MapServer, the *--with-mapserver* option must be used. You must also set the path to ``mapserver-config`` which is located in the source code of MapServer as following command: 162 In order to activate the WMS, WFS and WCS output support using 163 MapServer, the *--with-mapserver* option must be used. The path to 164 ``mapserver-config`` which is located in the source code of MapServer 165 must also be set, using the following command: 163 166 164 167 :: … … 167 170 168 171 169 Read more abou rthe :ref:`kernel-mapserver`.172 Read more about the :ref:`kernel-mapserver`. 170 173 171 174 172 175 Orfeo Toolbox Support (Optional) 173 176 ..................................................... 174 175 177 176 178 In order to activate the optional Orfeo Toolbox support, the *--with-otb* option must be used, using the following command:
Note: See TracChangeset
for help on using the changeset viewer.