Posts Tagged ‘flvtool2’

Install FlvTool2

July 31st, 2010

I was trying to install flvtool2 on my VPS and got dependencies issues many times. Couldn’t install it and I got tired. :(

While digging into Google search, I found this article by luck.

http://blog.funciton.com/2009/10/how-to-install-flvtool2-flvtool-and-yamdi-under-centos.html

Here’s the content.

flvtool2

  1. yum install wget gcc make ruby
  2. cd /usr/local/src
  3. wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
  4. tar zxf flvtool2-1.0.6.tgz
  5. cd flvtool2-1.0.6
  6. ruby setup.rb config
  7. ruby setup.rb install
  8. flvtool2 –help

flvtool2

  1. yum install wget gcc make ruby
  2. cd /usr/local/src
  3. wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
  4. tar zxf flvtool2-1.0.6.tgz
  5. cd flvtool2-1.0.6
  6. ruby setup.rb config
  7. ruby setup.rb install
  8. flvtool2 –help

Everything was cleared up. And I am happy too. :)

Thank you fernando for writing such a great article.