Little fix.
[irreco.git] / README
blobbe8933094616f495cbd353b801fb8f806002bd1e
1 Sources for Irreco 0.8.*
2 ------------------------------------
4 Some bare-boned info.
6 NOTE: Lirc does not work under Scratchbox. You should use an external IR
7 transmitter (or transceiver) or some such device to take advantage of
8 the Internal Lirc Backend.
10 Compiling
11 ---------
13 Irreco uses its own compiling and running scripts.
15 irreco:
17 cd into ~/irreco (inside Scratchbox of course).
19 > ./script/irreco.sh inst
21 internal-lirc:
23 > ./script/backend.sh internal-lirc inst
25 Running
26 -------
28 > ./script/test.sh run
30 Cleaning
31 --------
33 To clean all possible mess:
35 > ./script/clean.sh all
37 Examine the scripts themselves for more exact information.