Mercurial > mplayer.hg
changeset 22481:ce511dbb0d68
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
author | gpoirier |
---|---|
date | Fri, 09 Mar 2007 13:03:57 +0000 |
parents | 9837a8799315 |
children | 615f0023a44b |
files | DOCS/xml/en/ports.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Fri Mar 09 12:43:26 2007 +0000 +++ b/DOCS/xml/en/ports.xml Fri Mar 09 13:03:57 2007 +0000 @@ -858,7 +858,8 @@ </para> <para> -Next, set a global variable: +To begin with, in order to ensure maximum backwards compatibility, set an +environment variable: <screen>export MACOSX_DEPLOYMENT_TARGET=10.3</screen> </para> @@ -869,12 +870,11 @@ <para> If you configure for a G4 or later CPU with AltiVec support, do as follows: <screen> -./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11 +./configure --disable-gl --disable-x11 </screen> If you configure for a G3-powered machine without AltiVec, use: <screen> -./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11 \ - --disable-altivec +./configure --disable-gl --disable-x11 --disable-altivec </screen> You may need to edit <filename>config.mak</filename> and change <systemitem>-mcpu</systemitem> and <systemitem>-mtune</systemitem>