diff --git a/Doc/misc.docu b/Doc/misc.docu
index 412b28ca..8550cae9 100644
--- a/Doc/misc.docu
+++ b/Doc/misc.docu
@@ -91,6 +91,14 @@ You can choose the build type by using cmake with the flag
-DCMAKE_BUILD_TYPE=(Debug|Release)
The default is: Debug
+Other flags are:
+-DBUILD_APPS=OFF to disable build of applications and
+-DCMAKE_INSTALL_PREFIX= to specify the install path.
+
+When calling make install cmake will install OpenMesh into this
+directory using the subdirectories lib/include/bin.
+
+CMake builds both shared and static under Linux.
Everything will then be build in the Build subdirectory containing the libraries in lib and the binaries in bin.
@@ -182,6 +190,8 @@ make &nbs
The mac application bundle will be found under "Build" in the recently created build folder.
It automatically contains all needed shared objects (libs, fonts, textures, etc.).
+CMake builds both shared and static under MacOS X.
+
\subsection mac_using_qmake Compiling OpenMesh using QMake
Adapt the header paths of at least GLEW (optional freetype, FTGL,...) in file OpenMesh/qmake/packages/packages.Darwin.