File: INSTALL

package info (click to toggle)
ledcontrol 0.5.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 259
  • sloc: ansic: 3,264; sh: 848; makefile: 176; perl: 49
file content (30 lines) | stat: -rw-r--r-- 990 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


NOTE: Read the file README before installing. It is quite short and
will save you from a lot of trouble.


Basically you should be able to compile and install ledcontrol with

./configure
make
make install

You may also test it with "make test" (you probably have to do this as
root, but it does not require installation). After installation you
have to configure it manually.

Configure checks for a sysvinit-system and if found it installs a
sysv-initscript. By default ledd is disabled on all runlevels. This
can be changed with the option --enable-sysv-levels=LVL (LVL is a list
of numbers from 1 to 5). If you don't want it to be installed you can
specify --disable-sysv-init.

Some distributions (such as Slackware) support sysvinit but don't use
it by default. In this case configure might not detect it
correctly. In this case you can specify --enable-sysv-init for the
initscript to be installed.


See the file README and man pages (after "./configure") for more
documentation.