diff --git a/Doc/misc.docu b/Doc/misc.docu
index 9842c147..1b37967f 100644
--- a/Doc/misc.docu
+++ b/Doc/misc.docu
@@ -46,10 +46,13 @@ gcc 4.1.x
gcc 4.2.x
gcc 4.3.x
gcc 4.4.x
+gcc 4.5.x
+gcc 4.6.x
| Windows |
Microsoft Visual Studio 2008
+Microsoft Visual Studio 2010
|
MacOS X (Panther,Tiger,Leopard,Snow Leopard) |
@@ -114,14 +117,14 @@ download and install CMake from
Click on configure .... If any libraries are left unconfigured, you can adjust the path manually. Rerun configure until everything is configured correctly.
- Attention: Some build variables are only visible in advanced view mode. Select Visual Studio 9 2008 as
+ Attention: Some build variables are only visible in advanced view mode. Select Visual Studio 9 2008 or Visual Studio 10 (Depending on your version) as
generator.
Click generate to create the visual studio project files
You can now find a Visual Studio solution file (OpenMesh.sln) in the build directory you chose in cmake
@@ -129,7 +132,7 @@ download and install CMake from
@@ -143,7 +146,7 @@ You can download %OpenMesh's sources from www.openmesh.org or check out
\subsection mac_using_cmake Compiling OpenMesh using CMake
We recommend you to use CMake >= 2.8 as build system. This can also easily be installed
-via MacPorts as well as the Qt >= 4.6 library which is used for some example applications
+via MacPorts as well as the Qt >= 4.7 library which is used for some example applications
in %OpenMesh.
Once installed, change to %OpenMesh's root directory and create a directory
named e.g. "buildDebug" (assuming you want to build with debug symbols).
|