Howto Install FLv2Tool

yum install ruby*
wget http://oratoronline.com/how2/video_share_modules/source_directory/flvtool2/flvtool2_1.0.5_rc6.tgz
tar -xvf flvtool2_1.0.5_rc6.tgz
cd flvtool2_1.0.5_rc6
ruby setup.rb config
ruby setup.rb setup
sudo ruby setup.rb install

Verify:
Test by running 'flvtool2' from shell.

Path:
whereis flvtool2

  • 1 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

How to install RVskin

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

What are private nameservers and how do I set them up?

Private nameservers are where your domain points to our nameservers so that your customers do not...

How to install Zend Optimizer

How to Install Zend Optimizer/Encoder on cPanel/WHM Zend Optimiser is a PHP addon which offers...

How to install Ioncube

cd /usr/local/ wget http://oratoronline.com/how2/Ioncube/ioncube_loaders_lin_x86.tar.gz tar -xvzf...

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...