From c176f1169f356059ee6e3c447e4546fcdb335ec2 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Fri, 9 Mar 2007 13:03:57 +0000 Subject: Improve MPlayerOSX building process: - explain what MACOSX_DEPLOYMENT_TARGET is good for - remove --with-termcaplib=.. from configure switches: it doesn't exist anymore, and builds seem to work OK without any particular switch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22499 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/ports.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index aaa0221d50..8903a29c03 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -858,7 +858,8 @@ You first need to build main and main_noaltivec. -Next, set a global variable: +To begin with, in order to ensure maximum backwards compatibility, set an +environment variable: export MACOSX_DEPLOYMENT_TARGET=10.3 @@ -869,12 +870,11 @@ Then, configure: If you configure for a G4 or later CPU with AltiVec support, do as follows: -./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11 +./configure --disable-gl --disable-x11 If you configure for a G3-powered machine without AltiVec, use: -./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11 \ - --disable-altivec +./configure --disable-gl --disable-x11 --disable-altivec You may need to edit config.mak and change -mcpu and -mtune -- cgit v1.2.3