On Wed, Jul 22, 2009 at 8:25 AM, Amar Singh <[email protected]> wrote:

> I am using RHEL 5.1 i want to install vlc player i have download vlc.tar.gz
> from net but i don't know how to install this pls help me
> Thanks
> Amar
>

Hii Amar,

Installing VLC from source is a pain as it has lot of dependencies. The best
way would be to use the package manager YUM

$ sudo yum install vlc

If you really want to install from source do the following steps:
 a)Extract the tar file:
 $tar zxvf vlc.tar.gx
 b)cd vlc
 c)./configure
    During this step you will get to know the dependencies. Install  all the
deps and run the ./configure script again
    You, will ve to repeat this process until all the dependencies are
resolved.
 d)make
 e) sudo make install
 f)make clean

Cheers
Anirudh Nair
_______________________________________________
ilugd mailinglist -- [email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[email protected]/

Reply via email to