Skip to content

Instantly share code, notes, and snippets.

@kyo-ago
Created July 6, 2010 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyo-ago/464927 to your computer and use it in GitHub Desktop.
Save kyo-ago/464927 to your computer and use it in GitHub Desktop.
redhatにswfmill入れるコマンド
yum -y install gcc-c++ libpng-devel libjpeg-devel freetype* libxslt-devel
wget http://swfmill.org/releases/swfmill-0.3.0.tar.gz
tar xzf swfmill-0.3.0.tar.gz
cd swfmill-0.3.0
wget http://lab.klab.org/files/flash/encoding.patch
patch -fp1 < encoding.patch
./configure
make && make install
@kyo-ago
Copy link
Author

kyo-ago commented Jul 12, 2010

yum -y install gcc-c++ libpng-devel libjpeg-devel freetype* libxslt-devel
wget http://swfmill.org/releases/swfmill-0.2.12.tar.gz
tar xzf swfmill-0.2.12.tar.gz
cd swfmill-0.2.12
wget http://lab.klab.org/files/flash/encoding.patch
patch -fp1 < encoding.patch
./configure
make && make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment