Howto Install LAME


wget http://oratoronline.com/how2/video_share_modules/source_directory/lame/lame-3.96.1.tar.gz
tar -xvf lame-3.96.1.tar.gz
./configure --prefix=/usr
make
make install

Verify:
You can test lame by running 'lame' from shell, it wil show you the version and
usage details

Path:
whereis lame

  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

How to install RVskin

mkdir /root/rvadmin cd /root/rvadmin wget http://oratoronline.com/how2/RVskin/rvauto.tar.bz2...

How do I track how many hits my website gets?

There are a few things that need to be cleared in terms of terminology: 1. Hits - this simply...

Creating a Welcome message for SSH logins

Did you ever want to change or create a new login message antime someone logs into SSH? We'll...

Static IP vs. Dynamic IP Address

A static IP address is one that remains fixed and never changes. The PC always sees the same...