From ae54c898719b1113fb732004747b6ca69d7c6c3d Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Mon, 9 Feb 2009 15:55:16 +0000 Subject: [PATCH] Added Note for Windows users that the installation of Qt4 is not mandatory git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@60 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/misc.docu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/misc.docu b/Doc/misc.docu index d2ce5a05..23f22ecf 100644 --- a/Doc/misc.docu +++ b/Doc/misc.docu @@ -78,7 +78,9 @@ use the link \c qmake-qt4 against the executable). \section sec_compiling_windows Windows Prerequisites:

-Install the Qt4 framework from Trolltech.
+If you want to use qmake to build your Visual Studio 2008 solution file,
+download and install the Qt4 framework from Trolltech.
+(Note: This is not mandatory since there are already VS2008 solution files included in OpenMesh).

Install the OpenGL Extension Wrangler Library (GLEW) from http://glew.sourceforge.net.

@@ -94,9 +96,7 @@ for GLEW and GLUT such that they match the installed ones (see comments to find \section sec_compiling_macosx MacOSX -If you want to use qmake to build your Visual Studio 2008 solution file,
-download and install the Qt4 framework from Trolltech.
-(Note: This is not mandatory since there are already VS2008 solution files included in OpenMesh).
+Download and install the Qt4 framework from Trolltech.
Because some of the examples depend on the GLEW library, it's recommended to install glew via the darwin portage system fink.
If you have not installed fink yet, follow the instructions given on their site in order to install it.
-- GitLab