[swfmill] Building swfmill from sources, bzr'd from launchpad
Daniel Cassidy
mail at danielcassidy.me.uk
Tue Nov 3 11:00:40 PST 2009
2009/11/2 armencho at gmail.com <armencho at gmail.com>:
> Can't seem to even find the "configure" script after doing the "bzr co
> lp:swfmill"
>
> Is the source code missing building scripts?
No. The configure script is generated by autoconf, and I don’t check
in generated files — not least because they tend to get out of sync
with the files they were generated from. This is consistent with most
other open source projects that use autoconf and friends to generate
their build scripts.
To build swfmill from a fresh checkout, ensure you have installed
reasonably recent versions of autoconf, automake and libtool, and run:
./autogen.sh &&
./configure &&
make
Hope this helps,
Dan.
More information about the swfmill
mailing list