How to Obtain LCDproc
Versioning
At the time of writing there were two majors versions of LCDproc floating around on the
Internet.
LCDproc 0.4.3 to 0.4.5
LCDproc 0.4.5 was the last stable release of LCDproc. It no longer uses the old
command line configuration, but introduces the configuration file /etc/LCDd.conf.
As well the driver API has slightly changed, which should not
make older drivers incompatible, but might cause some trouble. As well the way
LCDd reports messages (including error messages) has changed.
LCDproc 0.5.0
LCDproc 0.5.0 is the current stable version of LCDproc. It's recommended that you use this version.
Download Last Day's CVS Version of LCDproc as a Tarball
There are nightly distributions of the CVS branches of LCDproc. You can download them from
http://lcdproc.sourceforge.net/nightly/
To extract the files run either
$ tar xvfz lcdproc-CVS-*.tar.gz
or
$ bunzip2 -c lcdproc-CVS-*.tar.bz2 | tar xv
Download The Latest Version of LCDproc from CVS
Of course you can download the latest stuff from CVS via anonymous login.
Login to CVS:
$ cvs -d:pserver:anonymous@cvs.lcdproc.sourceforge.net:/cvsroot/lcdproc login
(Hit enter when prompted for a password.)
Get the files from CVS:
$ cvs -d:pserver:anonymous@cvs.lcdproc.sourceforge.net:/cvsroot/lcdproc checkout -r stable-0-5-x lcdproc
Once you've done that and want to update the downloaded files to the latest stuff
you can use the "update" command of CVS (Make sure to be in the lcdproc directory.):
$ cvs update -d
Now that you have downloaded the files you can prepare them for compiling, but first
you should (you don't have to) copy them to another place on your machine:
apt-get
Debian GNU/Linux users can get the debian package of LCDproc, which is in the unstable and testing distributions.
Provided apt-get is configured properly. You should be able to install the package running:
$ su
Password: top secret
# apt-get install lcdproc