Skip to content
Snippets Groups Projects
Commit 24bfa342 authored by Robert Maynard's avatar Robert Maynard
Browse files

Update Readme to document new C++11 compiler requirements

parent c90e785a
No related branches found
No related tags found
No related merge requests found
......@@ -62,11 +62,11 @@ Requirements
In general VTK tries to be as portable as possible; the specific configurations below are known to work and tested.
VTK supports the following compilers:
1. Microsoft Visual Studio 2012 or newer
2. gcc 4.6 or newer
3. Clang 3.0 or newer
4. Apple Clang 3.0 (from Xcode 4.2) or newer
VTK supports the following C++11 compilers:
1. Microsoft Visual Studio 2013 or newer
2. gcc 4.8.3 or newer
3. Clang 3.3 or newer
4. Apple Clang 5.0 (from Xcode 5.0) or newer
5. Intel 14.0 or newer
VTK supports the following operating systems:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment