2002-10-12 07:04:24 +08:00
|
|
|
<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>
|
|
|
|
|
2002-10-17 09:57:28 +08:00
|
|
|
<para><screen><userinput>install -d /usr/lib/win32 &&
|
2002-10-12 07:04:24 +08:00
|
|
|
tar -xvf ../w32codec.tar -C /usr/lib/win32 &&
|
2002-10-12 10:43:32 +08:00
|
|
|
unset CFLAGS &&
|
2002-10-12 07:04:24 +08:00
|
|
|
./configure --prefix=/usr --confdir=/etc/mplayer &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
2002-10-12 10:43:32 +08:00
|
|
|
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 &&
|
2002-10-12 07:04:24 +08:00
|
|
|
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>
|
|
|
|
|