From 1f19801206a75d079a003e8949a1f028261de031 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 28 Jun 2006 09:50:34 +0000 Subject: typo/grammar fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18843 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/ports.xml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'DOCS/xml') diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index d1ea46326a..4bce42c7b0 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -685,37 +685,43 @@ $ ./configure --charset=noconv Mac OS + MPlayer does not work on Mac OS versions before 10, but should compile out-of-the-box on Mac OS X 10.2 and up. The preferred compiler is the Apple version of GCC 3.x or later. -You can get the basic compilation environement by installing Apple's +You can get the basic compilation environment by installing Apple's Xcode. If you have Mac OS X 10.3.9 or later and QuickTime 7 -you can use the macosx video output driver. +you can use the video output driver. + -Unfortunately, this basic environment won't allow you to take advantage +Unfortunately, this basic environment will not allow you to take advantage of all the nice features of MPlayer. -For instance, in order to have OSD support compiled in, you will need -to have fontconfig and freetype libraries installed in your machine. -Contrary to other Unixes such as most Linux and BSDs, OSX doesn't have just -one packaging system that comes with the system. +For instance, in order to have OSD support compiled in, you will +need to have fontconfig +and freetype libraries +installed on your machine. Contrary to other Unixes such as most +Linux and BSD variants, OS X does not have a package system +that comes with the system. + -There's at least two to choose from: +There are at least two to choose from: Fink and DarwinPorts. Both of them provide about the same service (i.e. a lot of packages to -choose from, dependencies resolution, the ability to simply add/update/remove +choose from, dependency resolution, the ability to simply add/update/remove packages, etc...). -Fink offers both precompiled binary packages or to build everything from -source, whereas DarwinPorts only offers to build them from source. +Fink offers both precompiled binary packages or building everything from +source, whereas DarwinPorts only offers building from source. The author of this guide chose DarwinPorts for the simple fact that its basic setup was more lightweight. Later examples will be based on DarwinPorts. + For instance, to compile MPlayer with OSD support: sudo port install pkgconfig @@ -729,7 +735,7 @@ similar way: Then you can proceed with launching MPlayer's configure script (note the PKG_CONFIG_PATH and PATH -environment variables so that configure find the +environment variables so that configure finds the libraries installed with DarwinPorts): PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ PATH=$PATH:/opt/local/bin/ ./configure -- cgit v1.2.3