diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-25 13:11:38 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-25 13:11:38 +0200 |
commit | 9dea1502eb2cbee27465933473bdf8d85c468368 (patch) | |
tree | b156a880fef5825ffb20e6f2cdf6b2e4ba116c6b | |
parent | e1a71ce7cc2bd828df5409faa3ad59ff6cf830bf (diff) | |
download | vdr-9dea1502eb2cbee27465933473bdf8d85c468368.tar.gz vdr-9dea1502eb2cbee27465933473bdf8d85c468368.tar.bz2 |
Rephrased the note about the REMOTE macro
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,9 +47,9 @@ By default the 'vdr' program can be controlled via the PC keyboard. If you want to disable control via the keyboard, you can add NO_KBD=1 to the 'make' call, or use the '--no-kbd' option at runtime. -If you have an infrared remote control unit you can define the REMOTE macro -to one of the following values in the 'make' call to make the respective control -the default: +If you have a LIRC compatible infrared remote control receiver you can define +the REMOTE macro to one of the following values in the 'make' call to make +the respective control the default: REMOTE=LIRC control via the "Linux Infrared Remote Control" (see http://www.lirc.org) |