snes9x on Ubuntu

MrPete1985

New member
I an trying to compile snes9x on Ubuntu and it is saying I am missing X11 can anyone tell me what the package name is for this library so I can use apt-get and install it? thanks
 

MrPete1985

New member
OK I got it. first I added the ppa:bearoso/ppa repository by using

sudo add-apt-repository ppa:bearoso/ppa

next I updated apt-get using

sudo apt-get update

next I searched for snes9x using

apt-cache search snes9x

This showed the following package: snes9x-gtk - A GTK port of the popular Snes9x Super Nintendo emulator

and finally I installed the package using
sudo apt-get install snes9x-gtk

I hope this will help other Linux n00b run snes9x also I finally found a youtube video that led me to another page with the info about adding repositories

http://www.youtube.com/watch?v=XXXg7c-FgKo
https://launchpad.net/~bearoso/+archive/ppa
 
Top