… | |
… | |
2 | |
2 | |
3 | $|=1; |
3 | $|=1; |
4 | |
4 | |
5 | print <<EOF; |
5 | print <<EOF; |
6 | |
6 | |
7 | - devlirc is a low-level module than can rpelace lircd in some cases. |
|
|
8 | - irman is an intefrace to the proprietary irman device. |
7 | - irman is an intefrace to the proprietary irman device. |
9 | - lirc is an interface to the linux infrared remote control package. |
8 | - lirc is an interface to the linux infrared remote control package. |
10 | |
9 | |
11 | 0) devlirc interface only |
10 | 0) no interface |
12 | 1) devlirc + irman interfaces (requires libirman) |
11 | 1) irman interfaces (requires libirman) |
13 | 2) devlirc + lirc interface (requires liblirc_client) |
12 | 2) lirc interface (requires liblirc_client) |
14 | 3) devlirc + irman + lirc |
13 | 3) both irman + lirc interfaces |
15 | |
14 | |
16 | EOF |
15 | EOF |
17 | |
16 | |
18 | $ints = prompt "which interfaces to build", 2; |
17 | $ints = prompt "which interfaces to build", 2; |
19 | |
18 | |