Installation: Difference between revisions
Line 4: | Line 4: | ||
iMath is hosted at SourceForge. | iMath is hosted at SourceForge. | ||
You can download the curent release from [http://sourceforge.net/projects/oo-imath]. A complete overview of all files is available in the | You can download the curent release from [http://sourceforge.net/projects/oo-imath sourceforge]. A complete overview of all files is available in the [http://sourceforge.net/projects/ooo-imath/files files] section. | ||
=== Requirements === | === Requirements === | ||
Line 22: | Line 22: | ||
=== Compilation and installation (Windows) === | === Compilation and installation (Windows) === | ||
[https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Compiling%20under%20Windows] | [https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Compiling%20under%20Windows Compiling under Windows] | ||
=== Compilation (Windows cross-compiling from Linux) === | === Compilation (Windows cross-compiling from Linux) === | ||
[https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Cross-compiling%20for%20Windows] | [https://sourceforge.net/apps/mediawiki/ooo-imath/index.php?title=Cross-compiling%20for%20Windows Cross-compiling for Windows] | ||
=== Binary packages === | === Binary packages === | ||
If all this is too complicated for you, | If all this is too complicated for you, binary packages have been released on SourceForge. They are accessible on the [http://sourceforge.net/projects/ooo-imath iMath project page] | ||
=== Bugs === | === Bugs === |
Revision as of 09:02, 12 October 2010
Installation
How to obtain iMath
iMath is hosted at SourceForge. You can download the curent release from sourceforge. A complete overview of all files is available in the files section.
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)
Compilation (Windows cross-compiling from Linux)
Binary packages
If all this is too complicated for you, binary packages have been released on SourceForge. They are accessible on the iMath project page
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