Index: install-debian.txt
===================================================================
--- install-debian.txt	(revision 338)
+++ install-debian.txt	(working copy)
@@ -1,8 +1,8 @@
 .. _kernel-installation-debian:
 
 Debian / Ubuntu
-===============
-
+===============
+
 :Authors: Nicolas Bozon, Gérald Fenoy, Jeff McKenna
 :Last Updated: $Date$
 
@@ -37,16 +37,6 @@
 
   cd zoo-project/thirds/cgic206/
 
-- change the path of installation
-
-::
-
-  nano Makefile 
-    - LIBS=-L./ -lcgic ../fcgi-2.4.0/libfcgi/.libs/libfcgi.a --> LIBS=/path/to/libfcgi.a
-    - cp libcgic.a  ../../dist/lib --> cp libcgic.a /usr/lib
-    - cp cgic.h  ../../dist//include --> cp cgic.h  /usr/include
-    - @echo libcgic.a is in  ../../dist/lib and cgic.h is in  ../../dist//include. --> @echo libcgic.a is in  /usr/lib and cgic.h is in /usr/include.
-
 - compile
 
 ::
@@ -74,8 +64,7 @@
 - run configure
 
 .. note::
-   In Ubuntu 10.04 libmozjs-dev does not exist, so to use JS you can compile `SpiderMonkey <https://developer.mozilla.org/en/SpiderMonkey>`__ or use the xulrunner-dev package 
-   which includes SpiderMonkey.  
+   In Ubuntu 10.04 libmozjs-dev does not exist, so to use JS you have to compile `SpiderMonkey <https://developer.mozilla.org/en/SpiderMonkey>`
    For PHP, you must make sure to compile PHP with `--enable-embed <http://www.zoo-project.org/trac/wiki/ZooKernel/Embed/PHP#ConfigureandInstallPHPEmbedlibrary>`__.
 
 ::
@@ -89,6 +78,12 @@
     
   ./configure --with-js=/usr/lib/xulrunner-devel.1.9.2.n
 
+
+  to JavaScript with compiled SpiderMonkey
+
+  ./configure --with-js
+
+
 - compile
 
 ::
