Difference between revisions of "Documentation/Building Guide AOO/Building on MacOsX"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Build requirements: for AOO 4.1 and above)
m (split build requirements into sub-sections)
Line 15: Line 15:
 
See also this slightly older [[Documentation/Building_Guide/Building_on_MacOSX|building guide]].
 
See also this slightly older [[Documentation/Building_Guide/Building_on_MacOSX|building guide]].
  
=Build requirements for AOO 4.1 and newer =
 
  
 +
= Build requirements =
 
Additionally to the [[Documentation/Building Guide AOO#General_Build_Requirements|general build requirements]] you need
 
Additionally to the [[Documentation/Building Guide AOO#General_Build_Requirements|general build requirements]] you need
 +
 +
== for building AOO 4.1 and newer ==
 +
 
{| class="prettytable" border="1" width="100%"
 
{| class="prettytable" border="1" width="100%"
 
|-
 
|-
Line 24: Line 27:
 
|-
 
|-
 
| Mac OS X version 10.7 (aka Lion) or later
 
| Mac OS X version 10.7 (aka Lion) or later
 +
| provided by Apple
 
|-  
 
|-  
 
| XCode version 4.5 or later
 
| XCode version 4.5 or later
 +
| You need to register at the [https://connect.apple.com/ Apple Developer Connection] site (free of charge) to be able to [http://developer.apple.com/technology/xcode.html download it]
 
|-  
 
|-  
 
| Mac 10.7 SDK
 
| Mac 10.7 SDK
 
| Is provided directly by XCode 4.5
 
| Is provided directly by XCode 4.5
 
|-
 
|-
 +
|}
  
=Build requirements for AOO 3.4 and 4.0 =
 
  
Additionally to the [[Documentation/Building Guide AOO#General_Build_Requirements|general build requirements]] you need
+
== for building AOO 3.4 and 4.0 ==
 +
 
 
{| class="prettytable" border="1" width="100%"
 
{| class="prettytable" border="1" width="100%"
 
|-
 
|-
Line 51: Line 57:
 
*On Mac OS X 10.6 (Snow Leopard), make sure to install the optional 10.4 SDK with XCode.
 
*On Mac OS X 10.6 (Snow Leopard), make sure to install the optional 10.4 SDK with XCode.
 
|}
 
|}
 
{{Template:Documentation/Note|XCode 4 is currently not tested because of the missing support in XCode and the office dependency to the 10.4 SDK}}
 
  
 
{{Template:Documentation/Note|Java: On systems < Mac OS X 10.7 Apache OpenOffice does not build yet using Java SDK 1.6.0. If you didn't configure Mac OS X for a 1.6, you don't need to do anything - the default (1.5) is OK. To change the default Java version go to Applications/Utilities/Java and modify accordingly}}
 
{{Template:Documentation/Note|Java: On systems < Mac OS X 10.7 Apache OpenOffice does not build yet using Java SDK 1.6.0. If you didn't configure Mac OS X for a 1.6, you don't need to do anything - the default (1.5) is OK. To change the default Java version go to Applications/Utilities/Java and modify accordingly}}
 
Patches to make it build with 1.6 are very welcome.  Feel free to submit your patches to the ooo-dev@incubator.apache.org mailing list or file issues.
 

Revision as of 14:45, 8 January 2014

Template:Documentation/Building Guide AOO TOC

Overview

For general information on how to build Apache OpenOffice from source code, see the platform independent page.

See also this slightly older building guide.


Build requirements

Additionally to the general build requirements you need

for building AOO 4.1 and newer

What Where to get / Remarks
Mac OS X version 10.7 (aka Lion) or later provided by Apple
XCode version 4.5 or later You need to register at the Apple Developer Connection site (free of charge) to be able to download it
Mac 10.7 SDK Is provided directly by XCode 4.5


for building AOO 3.4 and 4.0

What Where to get / Remarks
Mac OS X version 10.4 (aka Tiger) or later If you are using 10.5 aka Leopard, have a look at User:Dyrcona/LeopardBuild#flex.
Mac 10.4 SDK
XCode version 2.4.1 or later
  • For Mac OS X 10.7 (aka Lion), XCode 3.2.6 has be installed.
  • If you want to use a newer version than the one that is shipped with your Mac OS X installation media, you need to register at the Apple Developer Connection site (free of charge) to be able to download it.
  • On Mac OS X 10.6 (Snow Leopard), make sure to install the optional 10.4 SDK with XCode.

Template:Documentation/Note

Personal tools