From e36537c4e237c54457b089282391c656e9df1466 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Tue, 11 Apr 2017 16:43:03 -0600
Subject: [PATCH] Update readme.html.
---
doc/readme.html | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/doc/readme.html b/doc/readme.html
index aa334ded5e..1e3af167a4 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -54,8 +54,11 @@
deal.II is mostly developed on Linux using the
GCC compiler. However, it is not
- platform specific and we strive to keep the source code C++ Standard
- compliant.
+ platform specific and we strive to keep the source code compliant
+ with the C++ 2011
+ Standard (see
+ also here
+ for a copy of the C++11 standard).
@@ -63,9 +66,9 @@
platforms:
- - GNU/Linux: GCC version 4.6 or later; Clang version 3.3 or later;
+
- GNU/Linux: GCC version 4.8 or later; Clang version 3.3 or later;
ICC versions 15 or later
- - Mac OS X: GCC version 4.6 or later; Clang version 3.3 or later.
+
- Mac OS X: GCC version 4.8 or later; Clang version 3.3 or later.
Please see the deal.II Wiki for installation instructions.
- Windows: experimental support for Visual Studio 2013 and 2015.
@@ -92,7 +95,7 @@
-
- CMake version 2.8.8 or later
+ CMake version 2.8.12 or later
-
--
2.39.5