Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › CEC Remote Control › Reply To: CEC Remote Control
02/25/2015 at 12:42
#89033
Participant
[quote=88962]I am thinking that several of the commands i listed above need to be run with sudo.
…
AC_CONFIG_AUX_DIR([.])
to the top of configure.ac
ACLOCAL_AMFLAGS = -I .
to the top of Makefile.am
[/quote]
Hi,
Thanks for the reply.
First of all I believe it’s not really necessary (or even advisable) to run all those commands with sudo. So AFAIK you can/should skip sudo for all commands except:
sudo make install
and
sudo ldconfig
I belive I also attempted the two modifications in comfigure.ac and MAkefile.am too, but I will check again this evening just to make sure.