Difference between revisions of "Lirc"
From CBLFS
Jump to navigationJump to search (→Dependencies) |
(→Non-Multilib) |
||
Line 16: | Line 16: | ||
== Non-Multilib == | == Non-Multilib == | ||
+ | If you want menu-based configuration, just run | ||
+ | |||
+ | ./configure | ||
+ | make | ||
+ | |||
+ | or for automation reasons: | ||
+ | 1) If you need all drivers, provided by lirc | ||
+ | |||
+ | ./configure --prefix=/usr --with-driver=all | ||
+ | make | ||
+ | |||
+ | 2) Run | ||
+ | |||
+ | ./configure --help | ||
+ | |||
+ | and choose a driver(s), you want. | ||
+ | After run for serial port: | ||
+ | |||
+ | ./configure --prefix=/usr --with-driver=serial | ||
+ | make | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make install | ||
== Multilib == | == Multilib == |
Revision as of 06:07, 5 December 2007
Download Source: | http://prdownloads.sourceforge.net/lirc/lirc-0.8.4a.tar.bz2 |
---|
Contents
Introduction to Lirc
LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls.
Project Homepage: http://www.lirc.org/
Dependencies
- Kernel Sources
Non-Multilib
If you want menu-based configuration, just run
./configure make
or for automation reasons: 1) If you need all drivers, provided by lirc
./configure --prefix=/usr --with-driver=all make
2) Run
./configure --help
and choose a driver(s), you want. After run for serial port:
./configure --prefix=/usr --with-driver=serial make
Install the package
make install