mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
3327b0b7b6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@324 af4574ff-66df-0310-9fd7-8a98e5e911e0
29 lines
946 B
XML
29 lines
946 B
XML
<sect2>
|
|
<title>Installation of MPlayer</title>
|
|
|
|
<para>The extra downloads should be located in you source directory with
|
|
the bzip files decompressed while the zip file should remain
|
|
compressed.</para>
|
|
|
|
<para>Install MPlayer by running the following commands:</para>
|
|
|
|
<para><screen><userinput>mkdir /usr/lib/win32 &&
|
|
tar -xvf ../w32codec.tar -C /usr/lib/win32 &&
|
|
unset CFLAGS &&
|
|
./configure --prefix=/usr --confdir=/etc/mplayer &&
|
|
make &&
|
|
make install &&
|
|
unzip ../mp-arial-iso-8859-1.zip -d /usr/share/mplayer/font</userinput></screen></para>
|
|
|
|
<para> Each user of MPlayer should complete the install by running the
|
|
following commands:</para>
|
|
<para><screen><userinput>
|
|
mkdir ~/.mplayer &&
|
|
cp etc/codecs.conf ~/.mplayer &&
|
|
cp etc/example.conf ~/.mplayer/example.conf &&
|
|
ln -sf /usr/share/mplayer/font/iso-8859-1/arial-14 ~/.mplayer/font
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|