]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
- beautyfied names :-)
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4555857e83d9bc7f4afb3f18a8febb96bd3da2d5..cd6f55c77cc5e2d5f984da39221e1f5820294236 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -78,6 +78,19 @@ GiNaC.
 Working with the Cint C++ interpreter
 =====================================
 
-You need to specify
-  --with-cint=$CINTSYSDIR
-...
+The interface to the Cint C++ interpreter is currently in an alpha
+state.  Please see <http://root.cern.ch/root/Cint.html> to learn about
+Cint and install it before installing ginaccint.  For the tool
+makecint to work properly it must know where Cint has its system
+directory.  This is usually done by exporting $CINTSYSDIR to point to
+the proper place.  With GiNaC you may either try to export that
+variable and type
+ $ ./configure --with-cint
+or specify it on the command line saying
+ $ ./configure --with-cint=/my/path/to/cintsysdir
+Good luck!
+
+  Known to work with:  |  Known not to work with:
+-----------------------+----------------------------
+  Cint 5.14.25         |  Cint 5.14.24
+  Cint 5.14.26         |  Cint 5.14.29