diff --git a/Doc/misc.docu b/Doc/misc.docu
index ed307cf9..4914e686 100644
--- a/Doc/misc.docu
+++ b/Doc/misc.docu
@@ -36,14 +36,11 @@ The following naming conventions are used for the %OpenMesh code:
\section compilers Tested compilers
%OpenMesh has been successfully tested for the following operating
-systems / compilers:
+systems / compilers. This is only a list of tested compilers. More might be supported but are not tested.
| Linux |
-gcc 4.3.x
-gcc 4.4.x
-gcc 4.5.x
gcc 4.6.x
gcc 4.7.x
gcc 4.8.x
@@ -57,18 +54,13 @@ Microsoft Visual Studio 2012
Microsoft Visual Studio 2013
|
- MacOS X (Panther,Tiger,Leopard,Snow Leopard,Lion,Mountain Lion, Mavericks) |
-
-gcc 4.0
-gcc 4.2
- |
-
| Tested MacOS X Compilers |
XCode 4.3
XCode 4.4
XCode 4.5
XCode 5.1.1
+Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
|
@@ -77,7 +69,7 @@ XCode 5.1.1
Install the following external libraries / frameworks if you want to use the included Applications:
\section build_systems Chosing build system
@@ -125,13 +117,11 @@ There are some additional targets:
If you want to use cmake to build your Visual Studio 2008 solution file,
download and install CMake from www.cmake.org.
(Note: This is not mandatory since there are already VS2008 solution files included in %OpenMesh).
-
-
- Get Visual Studio ( 2008-2013 )
- Extract %OpenMesh source code.
- Get all required libraries and install them ( including headers! ).
-- Get cmake for windows from http://www.cmake.org/cmake/resources/software.html
-
+
- Get cmake for windows from http://www.cmake.org/cmake/resources/software.html
- Start the cmake gui and open the %OpenMesh toplevel directory as source directory
- Choose a build directory (e.g. create a directory called "build" in OpenMesh's root folder)
- Click on configure .... If any libraries are left unconfigured, you can adjust the path manually. Rerun configure until everything is configured correctly.