diff options
author | konablend <[email protected]> | 2009-04-13 18:06:49 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-04-13 18:06:49 +0000 |
commit | e9d4524d3c993402768a3e29712203f915e7f196 (patch) | |
tree | 3453da662058e246fb2c8c7714f6deeae73d667a /doc/texi/building/chapter.via.xcode.texi | |
parent | 747b80016860c58ef9dd7090cdfe55c28b654d6d (diff) |
BuildSystem: docs (OSX)
- updated Xcode.app build instructions to make sure custom shell environment/PATH propagates to Xcode.
- various spelling corrections.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2324 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/texi/building/chapter.via.xcode.texi')
-rw-r--r-- | doc/texi/building/chapter.via.xcode.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/texi/building/chapter.via.xcode.texi b/doc/texi/building/chapter.via.xcode.texi index 7a2aab9ed..2b79a7bfc 100644 --- a/doc/texi/building/chapter.via.xcode.texi +++ b/doc/texi/building/chapter.via.xcode.texi @@ -1,5 +1,5 @@ @anchor{xcode} -@chapter Building via Xcode +@chapter Building via Xcode.app @c %**------------------------------------------------------------------------- @anchor{xcode.checkout} @@ -9,10 +9,15 @@ @c %**------------------------------------------------------------------------- @anchor{xcode.build} @section Build -In Xcode perform the following steps to build the default configuration: +Open Xcode.app from a terminal by using the @command{open} command which passes your shell environment and its @samp{PATH} setting to Xcode. Do not attempt to launch Xcode.app from Finder or by using Finder to open @file{HandBrake.xcodeproj} -- doing so will defeat any custom path settings which contain required tools. + +@example +open @file{macosx/HandBrake.xcodeproj} +@end example + +Once the HandBrake Xcode project is open, perform the following steps to build the default configuration: @itemize -@item open @file{macosx/HandBrake.xcodeproj} @item select active configuration @b{standard} @item select active target @b{HandBrake} @item click @b{Build} or @b{Build and Go} |