Schedule: Hacking OpenOffice.org for beginners
Speakers | |
---|---|
Eric Bachard | |
Schedule | |
Day | Sunday |
Room | AW1.117 |
Start time | 14:00 |
End time | 15:30 |
Duration | 01:30 |
Info | |
Event type | Podium |
Track | OpenOffice.org |
Language | English |
Hacking OpenOffice.org for beginners
Hack OpenOffice.org on Mac OS X or Linux, for beginners.
Prerequisites: people willing to write C++ code, and/or fix bug ..or whatever around coding.
1. Checking out the sources 1.1 Presenting the Master workspaces and the branches
- OOH680
- SRC680 -> DEV300
- bases
- cwstools
- resync
- based on reference milestone
- completed with cws
- rules
- the essential: cvs, bonsai IZ and LXR
- use clean sources
- build childworkspace with the exact milestone it is based on
- with X / without X / mozilla , configure --help .. etc, wiki pages for a build
- present the building system : what, when , how -> present build.lst and d.lst
- the boostrap -> makefile
- dmake and build
- present the directories: where is what
- Eric will explain a complete building dependencies diagram for 2.x , and make the parallel with buil.lst files.
- present all possible formats
- how is everything packaged ?
- work with child workspaces : rules
- Present EIS and how use it
- rebuild a module including symbols
- ... and debug
- create patches