Quantcast

How To Compile FlowPlayer on Ubuntu 8.04

Here is how I compiled FlowPlayer on Hardy:

NOCODE:
  1. sudo apt-get install ant
  2. sudo apt-get install java-gcj-compat-dev
  3. #without java-gcj-compat-dev, ant throws this error: Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/lib/tools.jar
  4.  
  5. sudo apt-get install mtasc
  6.  
  7. #need old version of swfmill; version in repo is 0.2.12
  8. wget http://swfmill.org/releases/swfmill-0.2.11.tar.gz
  9. tar xvzf swfmill-0.2.11.tar.gz
  10. cd swfmill-0.2.11
  11. ./configure
  12. make
  13. #install in /usr/local/bin
  14. sudo make install
  15.  
  16. cd ..
  17. wget http://internap.dl.sourceforge.net/sourceforge/flowplayer/flowplayer-2.2-src.zip
  18. unzip flowplayer-2.2-src.zip
  19. cd flowplayer-src
  20. emacs build.properties #edit DEPLOY_DIR
  21. ant

No comments yet. Be the first.

Leave a reply