Installation: Difference between revisions

From iMath
Jump to navigation Jump to search
Line 20: Line 20:
Since iMath uses autoconf you should have no trouble compiling it. Should you run into problems please report them to the the author.
Since iMath uses autoconf you should have no trouble compiling it. Should you run into problems please report them to the the author.


=== Compilation and installation (Windows)
=== Compilation and installation (Windows) ===


[https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Compiling Compiling under Windows]
[https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Compiling%20under%20Windows]


=== Compilation (Windows cross-compiling from Linux) ===
=== Compilation (Windows cross-compiling from Linux) ===


[https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Cross-compiling Cross-compiling for Windows]
[https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Cross-compiling%20for%20Windows]


=== Binary packages ===
=== Binary packages ===

Revision as of 07:20, 12 October 2010

Installation

How to obtain iMath

iMath is hosted at SourceForge. You can download the curent release from [1]. A complete overview of all files is available in the files section [2].

Requirements

To compile and use iMath, the GiNaC, CLN, GMP and EQC libraries are required, as well as the standard C++ development libraries, flex and bison. Information about these libraries can be found at the GiNaC library homepage, CLN library homepage and EQC library homepage. Compilation has been tested with EQC 1.4.1 using g++-4.4. Older versions will most probably not work.

Compilation and installation (Linux)

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

   % ./configure
   % make
   % make install

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

Compilation and installation (Windows)

[3]

Compilation (Windows cross-compiling from Linux)

[4]

Binary packages

If all this is too complicated for you, RPM and Debian packages have been released on SourceFourge. They are accessible on the iMath project page [5]

Bugs

Known bugs

   * ...

Reporting bugs

Please report all bugs to the author. You should include the following information:

   * Version of iMath, how you obtained it (RPM, CVS, binary or source).
   * The input file that produces the errors.
   * The output produced by iMath when running openoffice.org -writer <input file> from the command line
   * Set the debugging option (Extras-Options-Writer-iMath) to a higher value to get more debugging output