From 2b4b47406f01389fef07055422f08d018903c436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 18 Nov 2009 07:43:00 +0000 Subject: [PATCH] Updated Docu git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@223 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/mainpage.docu | 9 ++++----- Doc/misc.docu | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) 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