Index: trunk/docs/kernel/orfeotoolbox.txt
===================================================================
--- trunk/docs/kernel/orfeotoolbox.txt	(revision 567)
+++ trunk/docs/kernel/orfeotoolbox.txt	(revision 568)
@@ -30,5 +30,5 @@
 ********************
 
-.. Note:: For OTB and ITK, the CMAKE_C_FLAGS and CMAKE_CXX_FLAGS must first be set
+.. Note:: For OTB and ITK, the CMAKE_C_FLAGS and CMAKE_CXX_FLAGS must first be set to ``-fPIC``
 
 Download lastest ZOO-Kernel code from SVN.
@@ -44,5 +44,5 @@
      cd zoo-kernel
      autoconf
-     ./configure  --with-xsltconfig=/usr/bin/xslt-config ** --with-otb=/usr/local --with-itk=/usr/local --with-itk-version=4.7 **
+     ./configure  --with-otb=/usr/local --with-itk=/usr/local --with-itk-version=4.7 
      make
      cp zoo_loader.cgi /usr/lib/cgi-bin
@@ -54,10 +54,10 @@
 ^^^^^^^^^^^^^^^^^^^^^^^
 
-Add the following content to your ``/usr/lib/cgi-bin/main.cfg`` file
- in the ``[env]`` section:
+Add the following content to your ``/usr/lib/cgi-bin/main.cfg`` file 
+in the ``[env]`` section:
 
 .. code-block:: guess
 
-       TK_AUTOLOAD_PATH=/usr/local/lib/otb/applications
+       ITK_AUTOLOAD_PATH=/usr/local/lib/otb/applications
 
 Services configuration file
