Difference between revisions of "Documentation/Building Guide"
From Apache OpenOffice Wiki
(Transclude TOC) |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:OpenOffice.org Building Guide}} | {{DISPLAYTITLE:OpenOffice.org Building Guide}} | ||
__NOTOC__ | __NOTOC__ | ||
− | { | + | [[Category:Development]] |
+ | [[Category:Build_System]] | ||
+ | {| style="font-size: 11px; float: right; width: 180px; border: 1px solid #9BC0F5;" cellspacing="0" | ||
+ | |- | ||
+ | | <div id="doc_toctitle" class="docooo_toctitle docsection" style="text-align: center;"><strong class="selflink">Building Guide</strong></div> | ||
+ | |- | ||
+ | | [[Development/OpenOffice.org_Building_Guide | Introduction]]<br> | ||
+ | [[Development/OpenOffice.org_Building_Guide/Getting the source | Getting the source]]<br> | ||
+ | [[Development/OpenOffice.org_Building_Guide/Basic Concepts | Basic Concepts]]<br> | ||
+ | [[Development/OpenOffice.org_Building_Guide/Build Requirements | Build Requirements]]<br> | ||
+ | [[Development/OpenOffice.org_Building_Guide/Building on Windows | Building on Windows]]<br> | ||
+ | [[MacOSXBuildInstructions | Building on Mac OS X]]<br> | ||
+ | [[Development/OpenOffice.org_Building_Guide/Building on Linux | Building on Linux]]<br> | ||
+ | [[Development/OpenOffice.org_Building_Guide/Building on Solaris | Building on Solaris]]<br> | ||
+ | |- | ||
+ | |} | ||
+ | |||
== Preface == | == Preface == | ||
Thank you for choosing to start building OpenOffice.org. It is a very interesting procedure and teaches you a lot about the source code and its structure. | Thank you for choosing to start building OpenOffice.org. It is a very interesting procedure and teaches you a lot about the source code and its structure. |
Revision as of 09:29, 22 July 2009
Building Guide
|
Introduction Getting the source |
Preface
Thank you for choosing to start building OpenOffice.org. It is a very interesting procedure and teaches you a lot about the source code and its structure.
This guide is the great first step if you are interested in modifying the source code, applying patches and fixes, or developing new features.
We hope that this document provides you with the information you need.
Contributing authors
The following authors have contributed to this document.
Per Eriksson
Bjoern Michaelsen
Getting help
If you experience problems on the way, please help us develop this guide!
- First subscribe to our dev mailing list by sending an empty email to dev-subscribe@openoffice.org.
- Wait for a reply, respond to this email with an empty response.
- You get a WELCOME email saying you are now a subscriber.
- Send us a note at dev@openoffice.org with your questions and problems.
- To unsubscribe from the list, send an empty email to dev-unsubscribe@openoffice.org, wait for a reply, repond to this email, you get a GOODBYE email. You have now left the mailing list.
Content on this page is licensed under the Public Documentation License (PDL). |