source: npl/mediabox/lcdproc_edwin/src/README

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[c5c522c]1Warning:  This is a prerelease.  It will probably have some rough edges.
2
3
4INTRODUCTION
5
6LCDproc is a small program that extracts various statistics about your
7machine and displays them on an LCD display.  It works with several types
8and sizes of displays.
9
10Our site is located at http://lcdproc.omnipotent.net/ ... so check
11there first for new versions or updates.  We've got a spot on the web
12site for user's suggestions, and you can e-mail us as well:
13
14choadster@earthlink.net (William W. Ferrell)
15scriven@cs.colostate.edu (Scott Scriven)
16
17INSTALLATION
18
19Refer to the INSTALL file included with this archive for installation
20instructions (including how to connect the LCD to your system).
21
22Also, be sure to EDIT THE Makefile.config before compiling.  It
23contains many configuration options.  (these will be removed as soon
24as LCDproc uses a real config file)
25
26CHANGES
27
28Woow...  a lot.  :)
29
30HELPING OUT
31
32If you get the urge to help out by writing code, feel free to "make todo"
33and find out what needs to be done...  (also, of course, new ideas are
34good too :)
35
36To add new drivers, read drv_base.h for instructions.
37
38SPECIAL THANKS
39
40We'd like to thank the following people for helping out with this:
41   Everyone at Matrix Orbital Corporation -- you guys are great!
42   Gareth Watts -- Patches, mailing list, ideas, www, etc.  Thanks!
43   Everyone on the mailing list.  :)
44   And... Where's that list of contributors??
45
46LEGAL STUFF
47
48LCDproc is Copyright (C) 1999 William Ferrell and Scott Scriven
49The included file, "COPYING", contains the full GNU license.
50
51This program is free software; you can redistribute it and/or
52modify it under the terms of the GNU General Public License
53as published by the Free Software Foundation; either version 2
54of the License, or (at your option) any later version.
55
56This program is distributed in the hope that it will be useful,
57but WITHOUT ANY WARRANTY; without even the implied warranty of
58MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59GNU General Public License for more details.
60
61You should have received a copy of the GNU General Public License
62along with this program; if not, write to the Free Software
63Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
64
Note: See TracBrowser for help on using the repository browser.