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.osx.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.osx.texi')
-rw-r--r-- | doc/texi/Building.osx.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi/Building.osx.texi b/doc/texi/Building.osx.texi index 768488152..5ab1ff1ce 100644 --- a/doc/texi/Building.osx.texi +++ b/doc/texi/Building.osx.texi @@ -35,7 +35,7 @@ Building on @value{OS.osx} is well supported. It is the reference platform for @ @c %**------------------------------------------------------------------------- @anchor{overview} @chapter Overview -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. +The two general methods to build on @value{OS.osx} are from @b{terminal} or @b{Xcode.app}. The preferred method for automated and repeatable builds is to use the terminal. Otherwise the choice is generally up to the individual. To be extra clear, building from the terminal by default actually invokes @command{xcodebuild} to build the very same targets contained in the Xcode project. Think of it as building with Xcode but without the GUI. @c %**------------------------------------------------------------------------- @include building/chapter.via.terminal.texi |