What libraries does dillo2 use?
Dillo itself: Required: libpthread, libiconv, zlib. Optional: openssl, libpng, libjpeg. FLTK2: At least on Unix, the minimum might be X11, Xi, Xext, plus the default configuration also requiring Xft. (And if Xi is a problem, it might not be too hard to get rid of—there’s a USE_XIM in config.h.) OpenGL, exceptions, and rtti can be disabled since dillo does not use them. The FLTK2 library is normally statically linked into dillo2, so you would only need to get this library itself if you are building dillo for yourself.