doc: improve general documentation for MacOSX

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Luca Barbato 2011-12-02 10:26:00 +01:00
parent b88eb87630
commit 7d68f592f6
1 changed files with 11 additions and 2 deletions

View File

@ -809,13 +809,22 @@ bash directly to work around this:
bash ./configure
@end example
@subsection Darwin (MacOS X, iPhone)
@anchor{Darwin}
@subsection Darwin (OSX, iPhone)
MacOS X on PowerPC or ARM (iPhone) requires a preprocessor from
The toolchain provided with Xcode is sufficient to build the basic
unacelerated code.
OSX on PowerPC or ARM (iPhone) requires a preprocessor from
@url{http://github.com/yuvi/gas-preprocessor} to build the optimized
assembler functions. Just download the Perl script and put it somewhere
in your PATH, Libav's configure will pick it up automatically.
OSX on amd64 and x86 requires @command{yasm} to build most of the
optimized assembler functions @url{http://mxcl.github.com/homebrew/, Homebrew},
@url{http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml, Gentoo Prefix}
or @url{http://www.macports.org, MacPorts} can easily provide it.
@section Windows
@subsection Native Windows compilation