From: wolf Date: Mon, 8 Nov 1999 07:18:55 +0000 (+0000) Subject: Add gcc2.95 to list of supported compilers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb90dbe78134d3b6bc9f830688fef18bbbbdf10;p=dealii-svn.git Add gcc2.95 to list of supported compilers. git-svn-id: https://svn.dealii.org/trunk@1837 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/README b/deal.II/common/README index 7ac51d8b6c..2ec6cf6b46 100644 --- a/deal.II/common/README +++ b/deal.II/common/README @@ -11,6 +11,7 @@ In order to use the deal.II library (and its sublibraries /base and /lac) you need to have the following programs installed: - A fairly complete C++ compiler. We use egcs1.1.2 but other compilers might work as well. egcs1.0 will not work, however. + gcc2.95 works. - Perl: any Perl 5.x version should work. - Make: we use GNU make, version 3.75. Other make programs are not standardized and will quite surely fail to work.