]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
Added two excompiler examples.
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 95919a7bc923fd5dced407de1ec82613d5e8d2db..8d0b703c885d57d24c4ce9e36b611ac2e6ebab41 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,6 +10,10 @@ different or older compiler you are on your own. Note that you may have to
 use the same compiler you compiled CLN with because of differing
 name-mangling schemes.
 
+To build the GiNaC tutorial and reference manual the doxygen utility
+(it can be downloaded from http://www.stack.nl/~dimitri/doxygen) and
+TeX are necessary.
+
 Known to work with:
  - Linux on x86, Alpha and Sparc using GCC 3.x and 4.0.
 
@@ -17,8 +21,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 +37,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