Menu

Detailed compilation instructions

Jan Rheinlaender

Detailed compilation instructions

To compile EQC, the GiNaC and CLN libraries are required, as well as the standard C++ development libraries, flex and bison. Compilation has been tested with GiNaC 1.7.1. Older versions will not work.

Compilation for Gnu standard systems

In order to compile and install EQC on your system, type the following in the base directory of the EQC distribution:

~~~
./configure
make
make install
~~~

Since EQC uses autoconf you should have no trouble compiling it. Should you run into problems please report them to the the author.

If you want more debugging output, set the msg_info reporting level in main.cpp to higher, positive values. The default is -1 and 13 is the largest possible value (beware: This might produce a huge amount of output!)


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.