Incomplete libxml2/gumbo-libxml bindings for Guile Scheme
Go to file
Skylar "The Cobra" Widulski 5c2c317810
Move libxml2.scm to its own repo
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2023-12-16 11:32:26 -05:00
.gitmodules Move libxml2.scm to its own repo 2023-12-16 11:32:26 -05:00
README.md Move libxml2.scm to its own repo 2023-12-16 11:32:26 -05:00
libxml2.scm Move libxml2.scm to its own repo 2023-12-16 11:32:26 -05:00

README.md

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)