Index: /trunk/FACT++/MAINPAGE.md
===================================================================
--- /trunk/FACT++/MAINPAGE.md	(revision 19865)
+++ /trunk/FACT++/MAINPAGE.md	(revision 19866)
@@ -47,62 +47,9 @@
 it includes a dim version which is automatically compiled.
 
-For compilation use
-
-\verbatim
-   ./configure
-   make
-\endverbatim
-
-Check the \b ./configure options with \b --help. It might look 
-confusing, but some features like FITS or QT4 can be switched off,
-if the necessary library is not at hand and the feature is not needed.
-For example, if the GUI is not needed its compilation can be switched
-off by disabling QT4 support with \b --without-qt4.
-
-If you use a custom built root version on your system without QT 
-support, but have a distribution packe (e.g. debian package) with
-QT support available, you can give the path to root executables,
-for example, with <B>--with-rootsys=/usr/bin</B>. All other paths
-are extracted from subsequent calls to \b root-config.
-
-Running \b ./configure will take some time. It tries to really check
-carefully that everything needed is available on your system, so that you 
-get errors before you start compilation.
-
-If \b ./configure fails and you send a bug report please attach
-the file config.log.
-
-If \b make fails and you send a bug report please attach
-the complete output of <B>make V=1</B>.
-
-\b Reminder: These programs use shared libraries, i.e. whenever you re-compile
-part of the project some of them might be re-compiled as well. As a result
-already running programs might crash unexpectedly! This is \b not a bug.
-
-In principle configure also supports
-
-\verbatim
-   make install
-\endverbatim
-
-which would install the package and the libraries in your system,
-although at the moment this is not recommended
-
-@subsection rootwarning ROOT warnings during compilation
-
-During compilation of the GUI you get some warning from root's
-TQtWidget.h. These warnings are completely harmless and can be ignored.
-However, it is sometimes advicable to get rid of them to get a clean
-compiler run which makes development easier.
-
-Therefore replace
-\verbatim
-inline void resize(const QSize &size) { QPixmap newSize(size); *(QPixmap *)this = newSize; }
-\endverbatim
-by
-\verbatim
-inline void resize(const QSize &sz) { QPixmap newSize(sz); *(QPixmap *)this = newSize; }
-\endverbatim
-in TQtWidget.h
+Installation instructions can be found at
+- <A HREF="https://trac.fact-project.org/wiki/InstallingFACT++">TRAC:InstallingFACT++</A>.
+
+WARNING - Some infomration here migzt be outdated. Please refer to the
+TRAC for up-to-date information.
 
 
