
(The installation notes are currently very brief. In case of problems contact the author.)  

The configure, build and install scripts are all made by the tools Automake and Autoconf.  
Hence, to configure, build, and install, simply type 

bash> ./configure
bash> make 
bash> make install 

It this does not work, GiNaC is probably not properly installed on you system.   
Check if you have the script 'ginac-config' in your path. Check also that the libraries
listed by 'ginac-config --libs' really exist. 

On Debian systems we have experienced that these libraries do not exist, or are in packages 
that the ginac packages do not depend on. 

The configure script has several configuration options, check   

bash> ./configure --help   


