OSDN Git Service

BuildSystem: darwin
[handbrake-jp/handbrake-jp-git.git] / doc / texi / Building.osx.texi
1 @input texinfo @c -*- Texinfo -*-
2 @c %**start of header
3 @setfilename Building.osx.info
4 @include base/article.texi
5 @include building/command.texi
6 @paragraphindent none
7
8 @set BG.platform osx
9 @c %**end of header
10
11 @majorheading Guide to Building @value{HB.title} on @value{OS.@value{BG.platform}}
12
13 @contents
14 @include building/chapter.introduction.texi
15
16 @c %**-------------------------------------------------------------------------
17 @anchor{prerequisites}
18 @chapter Prerequisites
19 Building on @value{OS.osx} is well supported. It is the reference platform for @value{HB.name}. The following are the recommended specifications for this platform; but is not necessarily the only configuration that is possible:
20
21 @itemize @bullet
22 @item Mac Intel hardware
23 @item @value{OS.osx} 10.5.6
24 @item Xcode-3.1.2
25 @item gcc 4.0.1 (Apple Inc. build 5490)
26 @item yasm 0.7.2.2153 (for i386 and x86_64 architectures)
27 @end itemize
28
29 @include building/prerequisites.bundled.texi
30 @include building/prerequisites.common.texi
31
32 @c %**-------------------------------------------------------------------------
33 @include building/chapter.quickstart.texi
34
35 @c %**-------------------------------------------------------------------------
36 @anchor{overview}
37 @chapter Overview
38 The two general methods to build on @value{OS.osx} are building from @b{terminal} or @b{Xcode}. The preferred method for automated and repeatable builds is to use the terminal. Otherwise the choice is generally up to the individual. In essence, the terminal actually invokes @command{xcodebuild} to build the very same targets contained in the Xcode project.
39
40 @include building/chapter.via.terminal.texi
41 @include building/chapter.via.xcode.texi