mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
17 lines
436 B
Plaintext
17 lines
436 B
Plaintext
# $Id$
|
|
# $URL$
|
|
|
|
Sorry, there is no README anymore.
|
|
Go to http://lcd4linux.bulix.org for all the documentation.
|
|
|
|
sudo apt-get install python-dev python make autoconf gcc g++ subversion unzip gettext libusb++-dev libtool libtool-bin sdcc pkg-config
|
|
sudo apt-get install libjpeg-dev libgd-dev
|
|
git clone https://github.com/netfun2000/lcd4linux.git
|
|
cd lcd4linux
|
|
chmod -R 755 /home/pi/src/lcd4linux
|
|
./bootstrap
|
|
./configure
|
|
make
|
|
make install
|
|
|