Chart2

From Apache OpenOffice Wiki
Revision as of 21:59, 27 March 2006 by Pagalmes (Talk | contribs)

Jump to: navigation, search

This page gathers information about the new chart implementation of OpenOffice.org.


HERE - ADD some more information to make it look less empty...


Topics

Compiling the module

The first step anyone need to achieve before starting to develop on the chart module is compiling OpenOffice.org with the needed modifications for the new chart module. OpenOffice.org provides two main ways to compile it : the "Vanilla" way and the "OOoBuild" way. Let's explain what they are and the differences between those two ways.

Compiling OpenOffice.org : the theory

Vanilla

Vanilla is the "standard" way to compile OOo. So to compile OOo the "Vanilla" way, you only need to download the sources, unzip them, and follow the instructions given on the page [Add a link to the build steps from]. We will give chart specific details about this the followin sections.

OOoBuild

To make it simple, OOoBuild is a "wrapper" around the OpenOffice.org build process to make compiling OOo more straight-forward.

  • patches
  • integration with ccache, "icecream"...
  • linux distribution specific compiling steps (specific splash screen...)

So, to compile OOo with OOoBuild, just just need to download OOoBuild and put the OOo standard sources in a specific directory.


Compiling OpenOffice.org : the practice

Documentation

Some useful information

Personal tools