|
PPL
|
Requirements for Users and Developers of the PPLIn order to use the Parma Polyhedra Library you should have the following tools and libraries installed on your system. Prospective PPL developers need more infrastructure.
For the purpose of checking standard conformance, from time to time we also compile the library with the following compilers:
README.configure
in the source distribution for more details on the subject.
GMP: the GNU Multiple Precision libraryGMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no limit to the precision except that implied by the available memory in the machine that GMP runs on.PPL version 0.3 and following require GMP version 4.0.1 or higher. PPL version 0.5 and following require GMP version 4.1.2 or higher. PPL version 0.7 and following require GMP version 4.1.3 or higher. Moreover, it is important that the following conditions are met:
Since binary distributions of GMP may contain a version
of the C++ interface compiled with a C++ compiler
implementing a different ABI than the compiler you
will use to compile the PPL, the most reliable way to satisfy the points
above is to visit the GMP web site,
download the sources of the last available version,
and then follow the steps detailed in
Automake, Autoconf and LibtoolWe are currently using
DoxygenThe documentation for PPL is produced by using the latest release of Doxygen (at the time of writing, we use 1.5.7.1; several of the older versions are known not to work correctly). In turn, Doxygen uses Graphviz in order to render the graphs in the HTML documentation (we are currently using versions in the range from 2.12 to 2.20.3) and thepdftops program, which is included in
Xpdf and
Poppler,
a PDF rendering library based on the xpdf-3.0 code base.
OcamldocPart of the documentation for the Ocaml PPL interface is produced by using theocamldoc tool, which is included in the
OCaml source
distribution. If opting for a pre-built binary distribution,
then be warned that the documentation tool is often provided as
a separate package (usually named ocaml-ocamldoc).
[Page last updated on February 22, 2009, 16:53:36.] |
|||||||||||
|
|
Home | Documentation | FAQ | Download | Applications | Credits | Mailing Lists | Bugs | Contribute | Links | About |