Index: /INSTALL
===================================================================
--- /INSTALL	(revision 9744)
+++ /INSTALL	(revision 9745)
@@ -34,9 +34,16 @@
 
 If no configure script is available (e.g. when you checked out an svn
-version), run the ./bootstrap script first.:
+version), run the ./bootstrap script first and then type:
 
 > ./configure
 > make
 > make install
+
+HINT: you may use 
+> make -j 2 
+for a double processor/core system to speed up the compilation,
+make -j 4 if you have quad-core respectively, and so on. If 
+the compilation stops, try make without the -j option again.
+
 
 In case you don't want to install Ariba into your system but to a
@@ -101,5 +108,7 @@
 > ./pingpong ../../etc/pingpong/settings_node1.cnf
 
-If this will fail to find the libariba you may have to set the LD_LIBRARY_PATH correctly in your current terminal, or better add it to your .bashrc
+If this fails to find the libariba you may have to set 
+the LD_LIBRARY_PATH correctly in your current terminal, 
+or better add it to your .bashrc
 
 > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/ariba/build/lib
