2001-09-30 17:39:26 +00:00
|
|
|
Hey, thanks for reading this first! :)
|
|
|
|
|
|
|
|
|
|
*** NOTICE ****************************************************
|
|
|
|
|
This is a development version of LCDproc, straight from the CVS
|
|
|
|
|
repository.
|
|
|
|
|
|
|
|
|
|
THIS VERSION OF LCDproc IS *NOT* GUARANTEED TO RUN, OR EVEN
|
|
|
|
|
COMPILE! YOU'VE BEEN WARNED!
|
|
|
|
|
***************************************************************
|
|
|
|
|
|
|
|
|
|
With that out of the way, welcome to the bleeding edge of LCDproc.
|
2010-11-06 17:42:45 +00:00
|
|
|
To build and run this version, you'll need autoconf 2.59 or higher
|
2004-10-17 21:01:13 +00:00
|
|
|
and friends installed.
|
2001-09-30 17:39:26 +00:00
|
|
|
|
|
|
|
|
Run:
|
|
|
|
|
|
2005-04-05 07:24:38 +00:00
|
|
|
$ sh ./autogen.sh
|
2001-09-30 17:39:26 +00:00
|
|
|
|
2010-11-06 17:42:45 +00:00
|
|
|
This produces the configure script and supporting files. Once the above
|
|
|
|
|
command has run, the rest is pretty standard:
|
2001-09-30 17:39:26 +00:00
|
|
|
|
|
|
|
|
$ ./configure --help
|
|
|
|
|
[read about the options, figure out what to use]
|
2006-12-02 14:11:01 +00:00
|
|
|
$ ./configure --prefix=/usr/local --enable-drivers=curses,CFontz
|
|
|
|
|
[replace curses,CFontz with comma-separated list of drivers you want]
|
2001-09-30 17:39:26 +00:00
|
|
|
$ make
|
|
|
|
|
$ su
|
|
|
|
|
$ make install
|
|
|
|
|
[make install is OPTIONAL ... might not want to replace a stable
|
|
|
|
|
version of LCDproc with a development release]
|
|
|
|
|
|
|
|
|
|
Patches and suggestions are welcome! Join the mailing list to get
|
2002-08-11 19:32:57 +00:00
|
|
|
started. See http://lcdproc.org/ for more information.
|