From: Matthias Maier
Date: Sun, 6 Sep 2015 08:10:42 +0000 (-0500)
Subject: Documentation: Increase minimal compiler versions to reflect reality
X-Git-Tag: v8.4.0-rc2~472^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1536%2Fhead;p=dealii.git
Documentation: Increase minimal compiler versions to reflect reality
---
diff --git a/doc/readme.html b/doc/readme.html
index d4221863c5..fdd4d5f14b 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -63,9 +63,9 @@
platforms:
- - GNU/Linux: GCC version 4.1 or later; Clang version 3.0 or later;
- ICC versions 13* or 14*
- - Mac OS X: GCC version 4.1 or later; Clang version 3.0 or later.
+
- GNU/Linux: GCC version 4.6 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.
Please see the deal.II Wiki for installation instructions.
- Windows: Currently, Windows is not supported officially.