Difference between revisions of "Chart2"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Compiling the new chart module)
(Commmon steps)
Line 39: Line 39:
  
 
First of all before starting to compile anything, you will need to install all the
 
First of all before starting to compile anything, you will need to install all the
dependencies and tools needed for the compiling steps.
+
dependencies and tools needed for the compiling steps. On the Tools project page,  
 
+
you should find all the information on the "Building the source" section :
On the Tools project page, you should find all the information on the "Building the  
+
source" section :
+
  
 
http://tools.openoffice.org/
 
http://tools.openoffice.org/

Revision as of 22:37, 28 March 2006

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


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


Compiling the new chart 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. Some of the enhancements added are :

  • patches for known compiling problems
  • integration with "ccache" and "icecream" to speed-up the process
  • linux distribution specific compiling steps (specific splash screen for Fedora...)

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

Commmon steps

First of all before starting to compile anything, you will need to install all the dependencies and tools needed for the compiling steps. On the Tools project page, you should find all the information on the "Building the source" section :

http://tools.openoffice.org/

There, you should read the different sub-sections, they will give you a nice introduction on how everything works. You should also notice that the steps are different on each OS.

Vanilla

TODO : Describing the vanilla build process.

OOoBuild

TODO : Describing the OOoBuild build process.


The bugs reported and the solutions.

During the compiling step, you will not be able to compile the whole code

Developping for the new chart module

The common steps.

Documentation

Some useful information

Personal tools