diff --git a/Doc/mainpage.docu b/Doc/mainpage.docu index 0702dce6..00ac0b25 100644 --- a/Doc/mainpage.docu +++ b/Doc/mainpage.docu @@ -3,7 +3,7 @@ Welcome to the %OpenMesh documentation. %OpenMesh is a generic and efficient library that offers data structures for representing and manipulating polygonal meshes. Here you can find information on how to build projects using the %OpenMesh library -as well as further information on mesh handling and based on %OpenMesh. +as well as further information on mesh handling in %OpenMesh. The tutorials explain how to use %OpenMesh by demonstrating real code examples. \section iov Introduction @@ -17,10 +17,9 @@ logged in the Version history. \li \ref history \section mesh_docu Using and understanding OpenMesh -We provided a short overview over the functionality of the %OpenMesh -library and some additional concepts in \ref tutorial, and -will now explain the most important topics of %OpenMesh in more -detail. +We provide a short overview over the functionality of the %OpenMesh +library and some additional concepts in \ref tutorial. Additionally we explain the +most important topics of %OpenMesh in the following sections: \li \ref mesh_first_to_read \li \ref mesh_features diff --git a/Doc/misc.docu b/Doc/misc.docu index ca17d9e0..ddb034c3 100644 --- a/Doc/misc.docu +++ b/Doc/misc.docu @@ -58,9 +58,9 @@ gcc 4.2
-\section req_libs Required libraries +\section req_libs Required libraries (Only for included Apps) -Install the following external libraries / frameworks:

+Install the following external libraries / frameworks if you want to use the included Applications:

@@ -69,9 +69,8 @@ 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. Both systems work and will be supported. -We recommend the use of the cmake build system. +%OpenMesh can be built either using cmake or qmake (that already comes along +with the qt framework) . We strongly recommend use of the cmake build system.


OpenGLhttp://www.opengl.org
Qt4http://www.qtsoftware.com/downloads