Expat is XML parser library. I am compiling Expat in order to build fontconfig later.
./configure --prefix=/mingw
make
make install
If you don't want to compile a static library, append --disable-static to the configure line:
./configure --prefix=/mingw --disable-static
The following files are installed by eXpat.
bin/libexpat-1.dll
bin/xmlwf.exe
lib/libexpat.dll.a
lib/libexpat.la
lib/libexpat.a
include/expat.h
include/expat_external.h
man/man1/xmlwf.1
Check: xmlwf.exe -v
No comments:
Post a Comment