Difference between revisions of "Development"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Getting started with OOo development)
(Getting started with OOo development)
Line 2: Line 2:
 
<div style="float:right; background-color:lightyellow; border: 1px solid black; margin:0 1em 0 0.5em; padding:0 0.5em 0 0.5em; ">
 
<div style="float:right; background-color:lightyellow; border: 1px solid black; margin:0 1em 0 0.5em; padding:0 0.5em 0 0.5em; ">
 
<b>Get Started from Scratch</b><br />
 
<b>Get Started from Scratch</b><br />
you most likely need to:
+
You will find how to:
# [[Getting It|Get it]] 
+
* get the source
# [[Building|Build it]]
+
* and build OpenOffice.org
# [[Installing|Install it]] 
+
step by step in the [[Documentation/Building Guide|Building Guide]].
# [[Running|Run it]]
+
Click for instructions on <br />
+
each step!
+
 
</div>
 
</div>
  

Revision as of 22:30, 7 November 2009

Getting started with OOo development

Get Started from Scratch
You will find how to:

  • get the source
  • and build OpenOffice.org

step by step in the Building Guide.

Building and hacking on OpenOffice.org (OOo) entails climbing a fairly lengthy and steep incline. Hopefully, this wiki will make the learning curve less steep and less abrupt, and will give you a walking stick to help you out.

Much of our documentation assumes that you'll be using a reasonably current Linux system, as this the most easy environment to start. On Linux all prerequisites are available as Free software. There is also some information on developing on Windows.

It should also be noted that you can build either the plain 'up-stream' OOo or use an ooo-build release which adds some patches & fixes. The ooo-build process is destined to being gradually phased out as the various up-stream issues it solves go away.

In the same way, learning UNO components development is not an easy task. To help you there is an Eclipse plugin and a tutorial to use it. You can install the Eclipse plugin by using the following update site: http://cedric.bosdonnat.free.fr/ooeclipseintegration. The tutorial on how to create a UNO component in Java is available in the api project docs & files sections. The document will even be wikified on this page: Java Tutorial using Eclipse

Going Further

Personal tools