Difference between revisions of "Chart2"
(→Topics) |
(→Topics) |
||
| Line 5: | Line 5: | ||
| − | + | == Compiling the new chart module == | |
| − | |||
| − | |||
The first step anyone need to achieve before starting to develop on the chart module | The first step anyone need to achieve before starting to develop on the chart module | ||
| Line 15: | Line 13: | ||
ways. | ways. | ||
| − | + | === Compiling OpenOffice.org : the theory === | |
| − | + | ==== Vanilla ==== | |
Vanilla is the "standard" way to compile OOo. So to compile OOo the "Vanilla" way, | Vanilla is the "standard" way to compile OOo. So to compile OOo the "Vanilla" way, | ||
| Line 24: | Line 22: | ||
about this the followin sections. | about this the followin sections. | ||
| − | + | ==== OOoBuild ==== | |
To make it simple, OOoBuild is a "wrapper" around the OpenOffice.org build process | To make it simple, OOoBuild is a "wrapper" around the OpenOffice.org build process | ||
| Line 37: | Line 35: | ||
| − | + | === Compiling OpenOffice.org : the practice === | |
| − | |||
| − | + | == Documentation == | |
== Some useful information == | == Some useful information == | ||
Revision as of 22:01, 27 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.
- 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
- Web page : http://graphics.openoffice.org/chart/chart.html
- specs : http://specs.openoffice.org/chart/index.html
- Current CWS Name : [chart2mst3]