From 5fdb2d73c311b75b89c11aa198238a029c4358b8 Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Mon, 9 Feb 2009 13:31:34 +0000 Subject: [PATCH] Added comments for those Mac users who do not use fink git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@54 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/misc.docu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/misc.docu b/Doc/misc.docu index 40228fbf..eef9fbfe 100644 --- a/Doc/misc.docu +++ b/Doc/misc.docu @@ -102,8 +102,11 @@ Type sudo fink install glew -to install glew headers and libraries. ( Fink usually installs header files to \c /sw/include and libraries to \c /sw/lib. ) +to install glew headers and libraries. ( Fink usually installs header files to \c /sw/include and libraries to \c /sw/lib. )

+( If you don't want to use fink and install the libraries manually instead -or via darwin ports-, make sure that
+the right paths are specified in \c OpenMesh/qmake/packages/packages.Darwin ) +

In order to compile and install OpenMesh, open a Terminal window and enter following commands in OpenMesh's root directory:

qmake -macx       ## Generates the appropriate Makefiles