Files
lcdproc_arduino-usb/instructions/README.md
T

32 lines
568 B
Markdown
Raw Normal View History

2016-11-07 10:46:41 +00:00
# Installation
## compile driver yourself
2016-11-07 11:38:51 +01:00
2016-11-07 10:43:35 +00:00
sudo apt-get install autoconf automake make build-essential pkg-config git
git clone http://gitlab.mangavalk.com/mangavalk/lcdproc.git
2016-11-07 11:38:51 +01:00
cd ./lcdproc
2016-11-07 10:43:35 +00:00
2016-11-07 11:38:51 +01:00
sudo sh autogen.sh
2016-11-07 10:43:35 +00:00
./configure --enable-drivers=all
2016-11-07 11:38:51 +01:00
sudo make
2016-11-07 10:43:35 +00:00
2016-11-07 11:38:51 +01:00
sudo make install
2016-11-07 10:46:41 +00:00
## copyCopy driver from repo
2016-11-07 11:38:51 +01:00
2016-11-07 10:46:41 +00:00
copy driver from /build lcdproc/driver to local lcdproc driver dir.
## LCDd.conf driverpath= whereis lcdproc
2016-11-07 10:43:35 +00:00
copy LCDd.conf to /usr/local/etc/ // whereis LCDd.conf
copy lcdproc.conf to /usr/local/etc/ // whereis lcdproc.conf
2016-11-07 11:38:51 +01:00
sudo LCDd
2016-11-07 10:43:35 +00:00
sudo lcdproc K