GooSNES is a GTK+ launcher for snes9x.  

Installation
============
For a default build, enter the following at a shell prompt:
./configure
make
make install

If you have pkg-config, you can choose a specific version of gtk to link by passing the option --with-gtk-version=VER to configure, as shown:
./configure --with-gtk-version=2.0

If you are running Debian GNU/Linux, and would like to build this source into a .deb binary package, simply run:
dpkg-buildpackage -rsudo
where sudo is the name of a tool that will give ordinary users root privileges.

Running GooSNES
===============
Once GooSNES is installed somewhere in your PATH, just type "goosnes" at a command prompt within X.  If you have a goosnes conf file you would like to load instead of the default ~/.goosnes/goosnes.conf , you may specify it on the command line as so:
goosnes myconf.conf
OR
goosnes /path/to/myconf.conf

If you do not specify a path, GooSNES will look in ~/.goosnes/ for the conf file.  If you specify a relative path like snes/myconf.conf, goosnes will attempt to follow that path from the current directory.  If you specify an absolute path, GooSNES will use it.

You can load and save GooSNES config files by clicking the load and save buttons, respectively, in the GooSNES window.  Once you have selected your options, launch snes9x by clicking the "Run" button.  To exit GooSNES, click the "Exit" button.
