I have a Moneual Moncaso 312. And I saw this tutorial.
In the linked tutorial they do it like that:
Code:
wget http://ftp.de.debian.org/debian/pool/main/l/lirc/lirc_0.9.0~pre1.orig.tar.bz2
tar -jxvf lirc_0.9.0~pre1.orig.tar.bz2
apt-get install libtool automake autoconf dialog
cd lirc-0.9.0-pre1/
./configure --with-driver=mplay2
make && make installAt the moment there is alredy version 0.9.0 released.
So my question is if it should also work this way?
Would I also have to change the paths in /etc/init.d/lirc from /usr/ to /usr/local/?
Code:
user@computer:~$ wget http://sourceforge.net/projects/lirc/files/LIRC/0.9.0/lirc-0.9.0.tar.bz2
user@computer:~$ tar -jxf lirc-0.9.0.tar.bz2
user@computer:~$ cd lirc-0.9.0
user@computer:~/lirc-0.9.0$ aclocal && autoheader && autoconf
user@computer:~/lirc-0.9.0$ ./configure --with-driver=ftdi
user@computer:~/lirc-0.9.0$ make && sudo make installThank you very much for your help guys.
Regards, fritz222


Search
Help