]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
* Add functions sub_matrix() and reduced_matrix().
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 038ae7629cd8c69607701ab77c35df6b1c1c3800..31a8f4d91581a560a234e99139bad2023fa452df 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -11,12 +11,15 @@ use the same compiler you compiled CLN with because of differing
 name-mangling schemes.
 
 Known to work with:
- - Linux on x86, Alpha and Sparc using GCC 3.0.x, 3.1 and 3.2.
+ - Linux on x86, Alpha and Sparc using GCC 3.x and 4.0.
 
 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) and
+automake (>=1.7) to be installed.
+
 
 INSTALLATION
 ============
@@ -30,11 +33,12 @@ To install from a source .tar.bz2 distribution:
 
 To install from CVS:
 
- $ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs login
+ $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC login
  [enter "anoncvs" as the password]
- $ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs co GiNaC
+ $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC co GiNaC
  $ cd GiNaC
- $ ./autogen.sh
+ $ autoreconf -i
+ $ ./configure
  $ make
  [become root if necessary]
  # make install