This section contains notes on compiling lcdproc-0.5.1 for Pertelian LCD display on NSLU2 running Debian NSLU2.
./configure –enable-drivers=’all,\!g15,\!glcdlib,\!glk,\!IOWarrior,\!irman,\!lirc,\!svga,\!ula200,\!xosd’
Some drivers require special libraries, maybe don’t include those that do.
configure: WARNING: The g15 driver needs g15daemon_client.h
configure: WARNING: The g15driver needs libg15render.h
configure: WARNING: The glcdlib driver needs glcdproclib/glcdprocdriver.h
configure: WARNING: The IOWarrior driver needs the libusb library.
configure: WARNING: The irman driver needs the irman library.
configure: WARNING: The lirc driver needs the lirc client library
configure: WARNING: The svga driver needs vga.h and vgagl.h
configure: WARNING: The svga driver needs vga.h and vgagl.h
configure: WARNING: The ula200 driver needs ftdi.h and usb.h
configure: WARNING: The ula200 driver needs ftdi.h and usb.h
configure: WARNING: The xosd driver needs xosd.h
--enable-drivers=<list> compile drivers for LCDs in <list>,
which is a comma-separated list of drivers.
Possible drivers are:
bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,EyeboxOne,
g15,glcdlib,glk,hd44780,icp_a106,imon,IOWarrior,irman,
joy,lb216,lcdm001,lcterm,lirc,MD8800,ms6931,mtc_s16209x,
MtxOrb,NoritakeVFD,pyramid,sed1330,sed1520,serialVFD,
sli,stv5730,svga,t6963,text,tyan,ula200,xosd
'all' compiles all drivers;
'all,!xxx,!yyy' de-selects previously selected drivers
As a list...
bayrad CFontz CFontz633 CFontzPacket curses CwLnx EyeboxOne g15 glcdlib glk hd44780 icp_a106 imon IOWarrior irman joy lb216 lcdm001 lcterm lirc MD8800 ms6931 mtc_s16209x MtxOrb NoritakeVFD pyramid sed1330 sed1520 serialVFD sli stv5730 svga t6963 text tyan ula200 xosd