From 7b0b866df0ded2d9b13b641a03aa1d571b5e22b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 27 Feb 2012 12:54:35 +0000 Subject: [PATCH] Updated Supported Compilers git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@540 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/misc.docu | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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).