X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Ftutorial%2Fginac.texi;h=dbbf2359e76764aad30e1615fb08a66d38d2b782;hp=512209545ebaf85cd4ce394e4925eb430ee7989c;hb=38e03cb00e07aa13d10ba75f79a5fee593b6f2cb;hpb=acae7ab5a4dc94d1f54ba794f32f5764cdb4d704 diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 51220954..dbbf2359 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -476,7 +476,7 @@ installation. In order to install GiNaC on your system, some prerequisites need to be met. First of all, you need to have a C++-compiler adhering to the -ANSI-standard @cite{ISO/IEC 14882:1998(E)}. We used GCC for development +ISO standard @cite{ISO/IEC 14882:2011(E)}. We used GCC for development so if you have a different compiler you are on your own. For the configuration to succeed you need a Posix compliant shell installed in @file{/bin/sh}, GNU @command{bash} is fine. The pkg-config utility is @@ -8487,8 +8487,7 @@ really believe that you need to use a different compiler. We have occasionally used other compilers and may be able to give you advice.} GiNaC uses recent language features like explicit constructors, mutable members, RTTI, @code{dynamic_cast}s and STL, so ANSI compliance is meant -literally. Recent GCC versions starting at 2.95.3, although itself not -yet ANSI compliant, support all needed features. +literally. @end itemize @@ -8909,7 +8908,7 @@ $ make install @itemize @minus{} @item -@cite{ISO/IEC 14882:1998: Programming Languages: C++} +@cite{ISO/IEC 14882:2011: Programming Languages: C++} @item @cite{CLN: A Class Library for Numbers}, @email{haible@@ilog.fr, Bruno Haible}