Update install.txt
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
copy lcdproc to server
|
||||
cd lcdproc
|
||||
sudo apt-get install autoconf automake
|
||||
apt-get install build-essential
|
||||
# copy/git lcdproc to server
|
||||
|
||||
cd ./lcdproc
|
||||
sudo apt-get install autoconf automake make build-essential pkg-config
|
||||
sudo sh autogen.sh
|
||||
./configure --prefix=/usr/local --enable-drivers=all
|
||||
make
|
||||
sudo make
|
||||
sudo make install
|
||||
LCDd.conf driverpath= whereis lcdproc
|
||||
copy LCDd.conf to /usr/local/etc/ // whereis LCDd.conf
|
||||
# LCDd.conf driverpath= whereis lcdproc
|
||||
copy /LCDd.conf to /usr/local/etc/ # whereis LCDd.conf
|
||||
sudo LCDd
|
||||
sudo lcdproc K
|
||||
Reference in New Issue
Block a user