X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=INSTALL;h=f4d77cd6f85b7e07504e3ced431e3c9e28d4f277;hp=4555857e83d9bc7f4afb3f18a8febb96bd3da2d5;hb=83911244e28161e51b863851726e574c792b1f4c;hpb=956eeb82c513a723e864edefa857133282cf692b diff --git a/INSTALL b/INSTALL index 4555857e..f4d77cd6 100644 --- 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 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.29 + Cint 5.14.26 |