Skip to content

Instantly share code, notes, and snippets.

@reaktivo
Created April 28, 2011 18:51
Show Gist options
  • Save reaktivo/947015 to your computer and use it in GitHub Desktop.
Save reaktivo/947015 to your computer and use it in GitHub Desktop.
Install swftools 0.9.1
export SWFTOOLS=swftools-0.9.1
cd /tmp
rm -rf $SWFTOOLS
curl -o $SWFTOOLS http://www.swftools.org/$SWFTOOLS.tar.gz
tar xvfz $SWFTOOLS
cd $SWFTOOLS
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment