diff --git a/Doc/misc.docu b/Doc/misc.docu index deb7d8cc..d00e5a0c 100644 --- a/Doc/misc.docu +++ b/Doc/misc.docu @@ -139,14 +139,13 @@ In Visual Studio 2008 choose "Release" in the appropriate select box and build t \section sec_compiling_macosx MacOS X 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.
+Because some of the examples depend on the GLEW library, it's recommended to install glew via MacPorts portage system MacPorts.
If you have not installed it yet, follow the instructions given on their site in order to install it.
Type sudo port -v install glew -to install glew headers and libraries. ( Darwin ports usually installs header files to \c /usr/local/include and libraries to \c /usr/local/lib. )
+to install glew headers and libraries. ( MacPorts usually installs header files to \c /opt/local/include and libraries to \c /opt/local/lib. )

\subsection mac_using_cmake Compiling %OpenMesh using CMake