diff --git a/Doc/misc.docu b/Doc/misc.docu
index 53c20675..403b6b5f 100644
--- a/Doc/misc.docu
+++ b/Doc/misc.docu
@@ -58,20 +58,23 @@ gcc 4.2
-\section sec_compiling_unix Unix
+\section req_libs Required libraries
Install the following external libraries / frameworks:
+
\section build_systems Chosing build system
OpenMesh can be built either using qmake (that already comes along
with the qt framework) or cmake. Since both systems work and will be supported
in future releases, the choice of what build system to use is left to the user.
+
+
+\section sec_compiling_unix Unix
\subsection linux_using_cmake Compiling OpenMesh using CMake
@@ -138,7 +141,7 @@ for GLEW and GLUT such that they match the installed ones (see comments to find
\section sec_compiling_macosx MacOS X
-Download and install the Qt4 framework from Trolltech.
+Download and install required libraries as stated above.
Because some of the examples depend on the GLEW library, it's recommended to install glew via the darwin portage
system darwin ports.
If you have not installed it yet, follow the instructions given on their site in order to install it.