Updated Docu
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@223 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -58,9 +58,9 @@ gcc 4.2 <br>
|
||||
|
||||
</table>
|
||||
|
||||
\section req_libs Required libraries
|
||||
\section req_libs Required libraries (Only for included Apps)
|
||||
|
||||
Install the following external libraries / frameworks:<br><br>
|
||||
Install the following external libraries / frameworks if you want to use the included Applications:<br><br>
|
||||
<table>
|
||||
<tr><td>OpenGL</td><td><a href="http://www.opengl.org" target="_blank">http://www.opengl.org</a></td></tr>
|
||||
<tr><td>Qt4</td><td><a href="http://www.qtsoftware.com/downloads" target="_blank">http://www.qtsoftware.com/downloads</a></td></tr>
|
||||
@@ -69,9 +69,8 @@ Install the following external libraries / frameworks:<br><br>
|
||||
|
||||
\section build_systems Chosing build system
|
||||
|
||||
%OpenMesh can be built either using <b>qmake</b> (that already comes along
|
||||
with the qt framework) or <b>cmake</b>. Both systems work and will be supported.
|
||||
We recommend the use of the <b>cmake</b> build system.
|
||||
%OpenMesh can be built either using <b>cmake</b> or <b>qmake</b> (that already comes along
|
||||
with the qt framework) . We strongly recommend use of the <b>cmake</b> build system.
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user