<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TikiRobot! &#187; flowplayer</title>
	<atom:link href="http://www.tikirobot.net/wp/tag/flowplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tikirobot.net/wp</link>
	<description>Mai Tais and Blinky Lights, Ahoy!</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:14:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Compile FlowPlayer on Ubuntu 8.04</title>
		<link>http://www.tikirobot.net/wp/2008/05/28/how-to-compile-flowplayer-on-ubuntu-804/</link>
		<comments>http://www.tikirobot.net/wp/2008/05/28/how-to-compile-flowplayer-on-ubuntu-804/#comments</comments>
		<pubDate>Wed, 28 May 2008 23:33:07 +0000</pubDate>
		<dc:creator>rajbot</dc:creator>
				<category><![CDATA[video]]></category>
		<category><![CDATA[code code]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[flowplayer]]></category>

		<guid isPermaLink="false">http://www.tikirobot.net/wp/?p=1587</guid>
		<description><![CDATA[Here is how I compiled FlowPlayer on Hardy: sudo apt-get install ant sudo apt-get install java-gcj-compat-dev #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 &#160; sudo apt-get install mtasc &#160; #need old version of swfmill; version in repo is 0.2.12 wget http://swfmill.org/releases/swfmill-0.2.11.tar.gz tar xvzf swfmill-0.2.11.tar.gz cd swfmill-0.2.11 [...]]]></description>
			<content:encoded><![CDATA[<p>Here is how I compiled <a href="http://flowplayer.org/">FlowPlayer</a> on Hardy:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ant
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> java-gcj-compat-dev
<span style="color: #666666; font-style: italic;">#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</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> mtasc
&nbsp;
<span style="color: #666666; font-style: italic;">#need old version of swfmill; version in repo is 0.2.12</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>swfmill.org<span style="color: #000000; font-weight: bold;">/</span>releases<span style="color: #000000; font-weight: bold;">/</span>swfmill-0.2.11.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> xvzf swfmill-0.2.11.tar.gz
<span style="color: #7a0874; font-weight: bold;">cd</span> swfmill-0.2.11
.<span style="color: #000000; font-weight: bold;">/</span>configure
<span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #666666; font-style: italic;">#install in /usr/local/bin</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">cd</span> ..
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>internap.dl.sourceforge.net<span style="color: #000000; font-weight: bold;">/</span>sourceforge<span style="color: #000000; font-weight: bold;">/</span>flowplayer<span style="color: #000000; font-weight: bold;">/</span>flowplayer-<span style="color: #000000;">2.2</span>-src.zip
<span style="color: #c20cb9; font-weight: bold;">unzip</span> flowplayer-<span style="color: #000000;">2.2</span>-src.zip
<span style="color: #7a0874; font-weight: bold;">cd</span> flowplayer-src
emacs build.properties <span style="color: #666666; font-style: italic;">#edit DEPLOY_DIR</span>
ant</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.tikirobot.net/wp/2008/05/28/how-to-compile-flowplayer-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

