How to build a simple but cool IR (Infra Red) receiver.

[-] First download the software from the lirc website. I strongly recommend not to use any .deb or .rpm package as they tend to make everything more complicated.
Go to the Lirc page and download the most recent package. Untar it with the command:

tar jxvf lirc-0.6.6.tar.bz2

and start the semi-graphical setup:

./setup



Setup window of Lirc

You should only select your serial port and leave all the other settings. Select the 3rd menu entry, "Save configuration and run configure", wait until it has finished, then give (as root):

make
make install