Added README.
[irreco.git] / README
blob871b5cd8c43d6dffb8bedcb6c455b33ab91e6b32
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-n900-src (in 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.