]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
Print -x as -x instead of -1.0*x when printing C-source.
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 95919a7bc923fd5dced407de1ec82613d5e8d2db..31a8f4d91581a560a234e99139bad2023fa452df 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -17,8 +17,8 @@ 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.52) and
-automake (>=1.4) to be installed.
+If you install from CVS, you also need GNU autoconf (>=2.59) and
+automake (>=1.7) to be installed.
 
 
 INSTALLATION
@@ -33,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
  $ autoreconf -i
+ $ ./configure
  $ make
  [become root if necessary]
  # make install