Log in

View Full Version : How Can I setup ZSNES on Linux ?



The Rising Sun
March 21st, 2008, 17:49
Any help Would be appreciated, thanks:)

azoreseuropa
March 21st, 2008, 19:28
Well you will need to compile it (not sure what the dependancies are) after extracting the archive:

http://prdownloads.sourceforge.net/zsnes/zsnes151src.tar.bz2

Usually the process of compiling is simple:


cd zsnes151src
./configure
make
sudo make install

Or you can get the Ubuntu (feisty) package here:

http://www.getdeb.net/app.php?name=ZSNES


ENJOY!