-unzip files, pull them over to raspberry pi (/home/pi/Adafruit-Retrogame)
-edit the retrogame.c file to correspond to your button/gpio layout
-save, exit
-type: make
-wait for the build
-get uinput kernel, type: sudo modprobe uinput
-make persistent, type: sudo sh -c 'echo uinput >> /etc/modules'
-test, type: sudo ./retrogame
-make sure all of your buttons work, plus each direction on joystick
-ctrl+C to quit
-type: sudo nano /etc/rc.local
-Before the final “exit 0” line, insert this line: /home/pi/Adafruit-Retrogame/retrogame &
-reboot
sudo apt-get install ncurses-dev libexpat1-devthen run your make again. you should be good from there.
It looks like you're new here. If you want to get involved, click one of these buttons!