Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › SNES9X in RetroPie Setup? › Reply To: SNES9X in RetroPie Setup?
It’s all described on the GIT repository, really.
Dependencies are listed here: https://github.com/chep/snes9x-rpi/wiki/Dependencies
(This means you need to have this stuff installed before trying to build the snes9x binary).
sudo apt-get install fonts-freefont-ttf libboost-serialization-dev libboost-thread-dev libboost-system-dev libsdl1.2-dev libsdl-ttf2.0-dev libasound2-dev
Then you pull the source code to your machine:
git clone https://github.com/chep/snes9x-rpi.git
Go into the directory that just downloaded and type
make
If the odds are in your favour, you’ll find a snes9x binary after the compilation process. To start a game:
./snes9x *rom*
Check out the wiki for more details and info. There’s a lot of info in the readme.txt and readme.rpi files in the repository.