[MPlayer-DOCS] r22499 - trunk/DOCS/xml/en/ports.xml
gpoirier
subversion at mplayerhq.hu
Fri Mar 9 14:03:58 CET 2007
Author: gpoirier
Date: Fri Mar 9 14:03:57 2007
New Revision: 22499
Modified:
trunk/DOCS/xml/en/ports.xml
Log:
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
Modified: trunk/DOCS/xml/en/ports.xml
==============================================================================
--- trunk/DOCS/xml/en/ports.xml (original)
+++ trunk/DOCS/xml/en/ports.xml Fri Mar 9 14:03:57 2007
@@ -858,7 +858,8 @@ You first need to build main and main_no
</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 @@ Then, configure:
<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>
More information about the MPlayer-DOCS
mailing list