X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=INSTALL;h=3be16c1fe03b0d68341b61cb9cbea84c2e0472cc;hb=refs%2Ftags%2Frelease_1-5-7;hp=b542d9e647d331a1b6b4c46dd836da129243a09f;hpb=090348bcd9ac2104e1e387430aecd5c8b7289633;p=ginac.git diff --git a/INSTALL b/INSTALL index b542d9e6..3be16c1f 100644 --- a/INSTALL +++ b/INSTALL @@ -29,8 +29,9 @@ Known not to work with: - GCC 2.96 or earlier because proper exception and standard library support is missing there. -If you install from CVS, you also need GNU autoconf (>=2.59), automake (>=1.7), -libtool (>= 1.5), bison (>= 2.3), flex (>= 2.5.33) to be installed. +If you install from git, you also need GNU autoconf (>=2.59), automake (>=1.8), +libtool (>= 1.5), bison (>= 2.3), flex (>= 2.5.33), autogen (>= 5.6.0) to be +installed. INSTALLATION @@ -86,15 +87,12 @@ make | ~6m | ~8m | shared and static library make check | ~8m | ~12m | largely due to compilation -To install from CVS +To install from git =================== First, download the code: - - $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC login - [enter "anoncvs" as the password] - $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC co GiNaC - $ cd GiNaC + $ git clone git://www.ginac.de/ginac.git ginac + $ cd ginac Secondly, make sure all required software is installed. This is *really* important step. If some package is missing, the `configure' script might @@ -118,7 +116,7 @@ COMMON PROBLEMS Problems with CLN ----------------- -You should use at least CLN-1.1, since during the development of GiNaC +You should use at least CLN-1.2.2, since during the development of GiNaC various bugs have been discovered and fixed in earlier versions. Please install CLN properly on your system before continuing with GiNaC.