guile-libxml2/README.md

672 B

guile-libxml2

guile-libxml2 is a small binding library for Guile Scheme. I strongly recommend you do not use this in your own project, because it is nowhere near complete, and likely will never be. It only really exists for my front-ends.

Building gumbo-libxml

  1. cd into gumbo-libxml
  2. Run the following
$ ./autogen.sh
$ ./configure
$ make

Environment

LIBXML2_LOCATION - Path to libxml2.so (default libxml2, which checks LD_LIBRARY_PATH).

GUMBO_LIBXML_LOCATION - Path to libgumbo_xml.so (default ./gumbo-libxml/.libs/libgumbo_xml.so, can be edited to libgumbo_xml, which does the same thing as libxml2 in LIBXML2_LOCATION)