README ====== This module "abiword-builder" can be used to build fancy things out of the abiword sources. Goal #1 is building libabiword using libtool, then get more ambitious and build a slim libabiword that doesn't include any dialog code. BUILDING ======== Run "./link-sources.sh" from the toplevel directory before any doing autogen.sh/configure stuff. That'll symlink the original sources from the abiword peer directory. Win32 ----- install mingw, msys, msysDTK install zlib pkg-config glib (from tml, ryan's glib doesn't come with the pkg-config file), (install msys-libtool, msys-autoconf, msys-automake, bison to /usr) install iconv, gettext, libxml install libpng (-bin and -lib) (from gnuwin32, linked by tml) install popt (from http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/) install enchant fribidi wv (from http://abisource.com/~robsta/win32/) cp lib/*.dll to bin/ install libgsf from gladewin32.sf.net, ryan's is too old fix all .pc files to have correct prefix TODO fix wv's pc file to require instead of hardcode glib, gobject, libxml, libgsf deps