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