Install w3mimgdisplayfb and w3mimgsizefb
masterTo use image display in a framebuffer environment, you need to compile the w3mimgdisplayfb and w3mimgsizefb utilities.
Prerequisites
- An environment supporting TRUE-COLOR framebuffer.
- Either GdkPixbuf or Imlib2 installed.
Compilation Steps
- Open the
Makefile. - Edit the
CFLAGSandLDFLAGSto enable eitherImlib2orGdkPixbuf(whichever library you intend to use). - Run
maketo build the binaries.
make