Index: trunk/docs/kernel/install-unix.txt
===================================================================
--- trunk/docs/kernel/install-unix.txt	(revision 404)
+++ trunk/docs/kernel/install-unix.txt	(revision 407)
@@ -4,5 +4,5 @@
 ====
 
-:Authors: Nicolas Bozon, Gérald Fenoy, Jeff McKenna
+:Authors: Nicolas Bozon, Gérald Fenoy, Jeff McKenna, Luca Delucchi
 :Last Updated: $Date$
 
@@ -41,9 +41,13 @@
 ::
 
+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-gdal-config=FILE specify an alternative gdal-config file
   --with-xml2config=FILE  specify an alternative xml2-config file
+  --with-mapserver=PATH   specify the path for MapServer compiled source tree
   --with-python=PATH      To enable python support or specify an alternative
                           directory for python installation, disabled by
                           default
+  --with-pyvers=NUM       To use a specific python version
   --with-php=PATH         To enable php support or specify an alternative
                           directory for php installation, disabled by default
@@ -82,4 +86,15 @@
   $ ./configure --with-xml2config=/usr/local/bin/xml2-config
 
+(Optional) MapServer Support
+*****************************
+
+If you want to activate the WMS, WFS and WCS outputs using MapServer then you will have
+to use the ``--with-mapserver`` option. You have to set the path to your ``mapserver-config``
+locate in the source code of MapServer as following command:
+
+::
+
+  $ ./configure --with-mapserver=/path/to/your/mapserver_config/
+
 (Optional) Python Support
 *************************
@@ -104,4 +119,15 @@
 
 This assumes that /usr/local/bin/python-config exists.
+
+(Optional) Python Version
+*************************
+
+If you want use a specific version of Python you will have to use the ``--with-pyvers``
+option. You can specify a Python version as:
+
+::
+
+  $ ./configure --with-pyvers=2.6
+
 
 (Optional) PHP Support
