Wednesday, January 2, 2008

Movie player 4 linux

To install MPlayer from source code, download the code tarball. Extract the files into a temporary directory. Change to the directory into which you downloaded the files and enter the following commands:

./configure --enable-gui
make
su (if you're not already root)
make install

1 comment:

Anonymous said...

thax man