I just installed mupen64plus on Ubuntu with sudo apt-get install mupen64plus. I tried to follow the install directions but I get this error when I run make all:
Makefile:281: *** Mupen64Plus API header files not found! Use makefile parameter APIDIR to force a location.. Stop.
pepe@pepito ~/Apps/mupen64plus-video-glide64mk2/projects/unix $ which mupen64plus /usr/games/mupen64plus
I tried to run make all APIDIR='/usr/games/mupen64plus' but that didn't help.
I just installed
mupen64plus
on Ubuntu withsudo apt-get install mupen64plus
. I tried to follow the install directions but I get this error when I runmake all
:Makefile:281: *** Mupen64Plus API header files not found! Use makefile parameter APIDIR to force a location.. Stop.
pepe@pepito ~/Apps/mupen64plus-video-glide64mk2/projects/unix $ which mupen64plus /usr/games/mupen64plus
I tried to run
make all APIDIR='/usr/games/mupen64plus'
but that didn't help.