diff --git a/SoftwareGuide/Latex/FAQ.tex b/SoftwareGuide/Latex/FAQ.tex
index b20f90ef93c1b6484061d0bdaece25d15ce081b1..f62272e17df5e5e9eda0bbc9b2b868beb2e7a431 100644
--- a/SoftwareGuide/Latex/FAQ.tex
+++ b/SoftwareGuide/Latex/FAQ.tex
@@ -115,6 +115,7 @@ Go to \url{http://smsc.cnes.fr/PLEIADES/A_prog_accomp.htm}
  and follow the "ORFEO Toolbox" link. You will have access to the OTB
 source code and to the Software User's Guide.
 \section{Installing OTB}
+\label{sec:FAQInstall}
 \subsection{Which platforms are supported}
 OTB is a multi-platform library. It has successfully been installed on
 the following platforms:
@@ -189,7 +190,7 @@ whatever you want.
       your path with \texttt{export PATH=\$PATH:INSTALL\_DIR/bin} or
       something similar.
 
-\item Install Fltk using CMake (do not use the configure script)
+\item Install Fltk (optional) using CMake (do not use the configure script)
   \begin{verbatim}
       cd INSTALL_DIR
       bunzip2 fltk-1.1.7-source.tar.bz2 OR
@@ -226,7 +227,9 @@ whatever you want.
 	  --> set GDAL_INCLUDE_DIRS to INSTALL_DIR/include within CMake
 	  --> set GDAL_LIBRARY_DIRS to INSTALL_DIR/lib within CMake
 	  --> set OTB_USE_EXTERNAL_ITK to OFF within CMake
-	  --> set FLTK_DIR to INSTALL_DIR/Fltk-Binary within CMake
+	  --> set FLTK_DIR to INSTALL_DIR/Fltk-Binary within CMake OR
+	      if you do not have FLTK press 't' to change to advanced
+              mode and set OTB_USE_VISU to OFF 
 	  --> generate the configuration with 'g'
        make
        make install
@@ -276,7 +279,7 @@ OTB's version numbers have 3 digits. The first one is for major
 versions, the second one is for minor versions and the last one is for
 bugfixes.
 
-The first version was 1.0.0. The next one will probably be 1.0.1.
+The first version was 1.0.0. The next one will probably be 1.0.2.
 
 \subsubsection{What is a major version?}
 A major version of the library implies the addition of high-level
diff --git a/SoftwareGuide/Latex/Installation.tex b/SoftwareGuide/Latex/Installation.tex
index 0d0cb147a068219ad5ddf59b39b12b6abe365bea..488b4e8cb355c2dc4850cf41ea6bba2bda7060f0 100644
--- a/SoftwareGuide/Latex/Installation.tex
+++ b/SoftwareGuide/Latex/Installation.tex
@@ -46,6 +46,7 @@ download and install this library on your system.
   dowloading and installing Fltk. OTB has been tested with version 1.1.7.
 \end{itemize}
 
+See section \ref{sec:FAQInstall} for quick installation guidelines.
 
 \section{Configuring OTB}
 \label{sec:ConfiguringOTB}
diff --git a/SoftwareGuide/Latex/SoftwareGuide.tex b/SoftwareGuide/Latex/SoftwareGuide.tex
index b472e090b5c80d4ba3622b4167a002eaa68106c0..1c479cb21829f0c6a70105a967a0f97acd381fed 100644
--- a/SoftwareGuide/Latex/SoftwareGuide.tex
+++ b/SoftwareGuide/Latex/SoftwareGuide.tex
@@ -84,7 +84,8 @@ colorlinks,linkcolor={blue},citecolor={blue},urlcolor={blue},
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\title{The ORFEO Tool Box Software Guide\\ OTB-1.0}
+\title{The ORFEO Tool Box Software Guide\\ Second Edition\\ Updated
+  for OTB-1.0.1}
 
 \author{OTB Development Team}