- Timestamp:
- Mar 28, 2013, 3:10:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/kernel/install-unix.txt
r349 r407 4 4 ==== 5 5 6 :Authors: Nicolas Bozon, Gérald Fenoy, Jeff McKenna 6 :Authors: Nicolas Bozon, Gérald Fenoy, Jeff McKenna, Luca Delucchi 7 7 :Last Updated: $Date$ 8 8 … … 41 41 :: 42 42 43 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 44 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 43 45 --with-gdal-config=FILE specify an alternative gdal-config file 44 46 --with-xml2config=FILE specify an alternative xml2-config file 47 --with-mapserver=PATH specify the path for MapServer compiled source tree 45 48 --with-python=PATH To enable python support or specify an alternative 46 49 directory for python installation, disabled by 47 50 default 51 --with-pyvers=NUM To use a specific python version 48 52 --with-php=PATH To enable php support or specify an alternative 49 53 directory for php installation, disabled by default … … 82 86 $ ./configure --with-xml2config=/usr/local/bin/xml2-config 83 87 88 (Optional) MapServer Support 89 ***************************** 90 91 If you want to activate the WMS, WFS and WCS outputs using MapServer then you will have 92 to use the ``--with-mapserver`` option. You have to set the path to your ``mapserver-config`` 93 locate in the source code of MapServer as following command: 94 95 :: 96 97 $ ./configure --with-mapserver=/path/to/your/mapserver_config/ 98 84 99 (Optional) Python Support 85 100 ************************* … … 104 119 105 120 This assumes that /usr/local/bin/python-config exists. 121 122 (Optional) Python Version 123 ************************* 124 125 If you want use a specific version of Python you will have to use the ``--with-pyvers`` 126 option. You can specify a Python version as: 127 128 :: 129 130 $ ./configure --with-pyvers=2.6 131 106 132 107 133 (Optional) PHP Support
Note: See TracChangeset
for help on using the changeset viewer.