swfmillインストール

最新版を http://swfmill.org/ からダウンロード。
configureする時にlibxml2が必要。

$ wget http://swfmill.org/releases/swfmill-0.3.1.tar.gz
$ tar zxvf ./swfmill-0.3.1.tar.gz
$ cd swfmill-0.3.1
$ ./configure
(中略)
No package 'libxml-2.0' found

【10/26 追記】
configure & make するのにyumで以下を入れた。
libxml2-devel
libxslt-devel
freetype-devel
libpng-devel

コンパイルする時に xslt.h が無い、とか言われるのでググってみたらこんなサイトを見つけた。
$ tail -f /var/log/mylog:swfmill インストール - livedoor Blog(ブログ)
今インストールしているのは検証環境で、いつ更新がかかるか分からないリポジトリ上のソースからビルドすると本番環境作る時に困りそうなので、必要そうなソースファイルだけ手動で取得して対応した。

$ cd ./src/xslt
$ wget http://bazaar.launchpad.net/%7Edjcsdy/swfmill/trunk/download/head%3A/srcxsltxslt.h-20090609152137-53i91h057e1vr5oe-125/xslt.h
$ wget http://bazaar.launchpad.net/%7Edjcsdy/swfmill/trunk/download/head%3A/srcxsltxslt_pack.cpp-20090609152137-53i91h057e1vr5oe-126/xslt_pack.cpp