Hi,
I would like to create an extension from fbterm, which is a framebuffer based terminal.
Unfortunately I get some errors when I try to compile it:
...warning: libfreetype.so.6, needed by /usr/local/lib/libfontconfig.so, not found... That's true, MicroCore does not have libfreetype.so.6 even after installing the libxft.tcz and libxft-dev.tcz extensions. TinyCore has this library by default, but I want the fbterminal to work under MicroCore.
What should I do? I think libxft.tcz extension should contain the .so file also (not only the .a .la files.
Or maybe I can try to compile fbterm under TinyCore and somehow statically link libfreetype.so.6 so it won't be missing under MicroCore... but I don't know how to do it yet.