diff options
author | Rodeo <[email protected]> | 2013-04-09 15:37:39 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-04-09 15:37:39 +0000 |
commit | 8be7167796dd75eb9cf839078fcdc2c8ad0b611f (patch) | |
tree | 32d6b4859ab432e3e0055fd2e59a92195c5e1d40 /doc | |
parent | f520603c7f0eefd5961b83d52d1fe3f9bf6eee21 (diff) |
Update Mac build instructions.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5389 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BUILD-Mac | 29 | ||||
-rw-r--r-- | doc/texi/Building.osx.texi | 19 |
2 files changed, 35 insertions, 13 deletions
diff --git a/doc/BUILD-Mac b/doc/BUILD-Mac index 81073397e..9e8227d9a 100644 --- a/doc/BUILD-Mac +++ b/doc/BUILD-Mac @@ -1,4 +1,4 @@ -Build Guide for HandBrake 5375svn on Mac OS X +Build Guide for HandBrake 5388svn on Mac OS X ********************************************* Table of Contents @@ -48,15 +48,28 @@ possible: * Mac Intel hardware - * Mac OS X 10.7.2 + * Mac OS X 10.7.5 or Mac OS X 10.8.3 - * Xcode 4.2.1 (Build version 4D502) + * Xcode 4.6.1 (4H512) - * llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) + * llvm-gcc-4.2 version 4.2.1 (Based on Apple Inc. build 5658) (LLVM + build 2336.11.00) - * yasm 1.2.x + * Xcode command-line tools (installed via Preferences > Downloads > + Components) - * xquartz (http://xquartz.macosforge.org/landing/) + * XQuartz (http://xquartz.macosforge.org/landing/) + +The following tools are compiled during the build process if necessary, +but you can speed up your build by installing them: + + * yasm 1.2.0 or later + + * autoconf + + * automake + + * libtool Note: It is recommended to use the platform distribution's standard compiler for maximum C++ compatibility. If you build with @@ -686,7 +699,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 5375 - date: 2013-04-01 18:37:33 +0200 + rev: 5388 + date: 2013-04-09 14:21:38 +0200 type: developer diff --git a/doc/texi/Building.osx.texi b/doc/texi/Building.osx.texi index 10df02f74..cd35269ea 100644 --- a/doc/texi/Building.osx.texi +++ b/doc/texi/Building.osx.texi @@ -20,11 +20,20 @@ Building on @value{OS.osx} is well supported. It is the reference platform for @ @itemize @bullet @item Mac Intel hardware -@item @value{OS.osx} 10.7.2 -@item Xcode 4.2.1 (Build version 4D502) -@item llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) -@item yasm 1.2.x -@item xquartz (http://xquartz.macosforge.org/landing/) +@item @value{OS.osx} 10.7.5 or @value{OS.osx} 10.8.3 +@item Xcode 4.6.1 (4H512) +@item llvm-gcc-4.2 version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) +@item Xcode command-line tools (installed via Preferences > Downloads > Components) +@item XQuartz (http://xquartz.macosforge.org/landing/) +@end itemize + +The following tools are compiled during the build process if necessary, but you can speed up your build by installing them: + +@itemize @bullet +@item yasm 1.2.0 or later +@item autoconf +@item automake +@item libtool @end itemize @include building/prerequisites.bundled.texi |