Lirc: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://prdownloads.sourceforge.net/lirc/lirc-0.8.1.tar.bz2 |} ---- {{Package-Introduction|LI... |
Weibullguy (talk | contribs) No edit summary |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
| http://prdownloads.sourceforge.net/lirc/lirc- | | http://prdownloads.sourceforge.net/lirc/lirc-{{lirc-Version}}.tar.bz2 | ||
|} | |} | ||
| Line 11: | Line 11: | ||
== Dependencies == | == Dependencies == | ||
* Kernel Sources | |||
* [[Dialog]] | |||
* [[Which]] | |||
== 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 for example run (serial port chosen): | |||
./configure --prefix=/usr --with-driver=serial | |||
make | |||
Install the package | |||
make install | |||
== Multilib == | == Multilib == | ||
| Line 25: | Line 53: | ||
=== 64Bit === | === 64Bit === | ||
[[Category:TV and Radio]] | |||
Latest revision as of 13:37, 4 April 2009
| Download Source: | http://prdownloads.sourceforge.net/lirc/lirc-0.8.4a.tar.bz2 |
|---|
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
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 for example run (serial port chosen):
./configure --prefix=/usr --with-driver=serial make
Install the package
make install