From: Wolfgang Bangerth
Date: Tue, 11 Apr 2017 22:43:03 +0000 (-0600)
Subject: Update readme.html.
X-Git-Tag: v9.0.0-rc1~1701^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36537c4e237c54457b089282391c656e9df1466;p=dealii.git
Update readme.html.
---
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
-