From 0865d8174edea0d635f88561905f49b2dcdbed7b Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Wed, 6 May 2009 08:11:55 +0000 Subject: [PATCH] Some restructurization of the install notes git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@123 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/misc.docu | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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:

-
OpenGLhttp://www.opengl.org
Qt4http://www.qtsoftware.com/downloads
GLEWhttp://glew.sourceforge.net/


+
\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.