From 5ea20630b4cc96a6538a6a11b08698debe3a303a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 12 Dec 2011 21:21:24 +0100 Subject: Fix a bunch of platform name and other typos. --- doc/platform.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/platform.texi') diff --git a/doc/platform.texi b/doc/platform.texi index 6a44640e8f..7ec7cb3dd0 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -45,17 +45,17 @@ bash ./configure @end example @anchor{Darwin} -@section Darwin (OSX, iPhone) +@section Darwin (OS X, iPhone) The toolchain provided with Xcode is sufficient to build the basic unacelerated code. -OSX on PowerPC or ARM (iPhone) requires a preprocessor from +OS X 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 +OS X 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. -- cgit v1.2.3