- DESCRIPTION
This is VGB-GUI - a program to help you in launching and
configuring VGB or gnuboy.
It is distributed under the GPL (see the file COPYING for more
information).
It has been written in Python using the GTK+ and GNOME
widgetsets.
The interface was designed using GLADE and displayed using
libglade.
- REQUIREMENTS
Here is what I use:
GTK+ 1.2.10 GLib 1.2.10
gnome-libs 1.2.13 egcs 1.1.2 (gcc 2.91.66)
libglade 0.16 python 1.52
pygtk 0.6.7 pygnome 1.4.0
VGB 1.7 gnuboy 0.9.13
- INSTALLING
Since this is a Python script, just keep the files vgb-gui.py
and vgb-gui.glade in the same directory, and then execute
vgb-gui.py from that directory.
If you would like to place vgb-gui.glade somewhere else,
please edit the variable gladeloc near the top of vgb-gui.py
to reflect the new location.
REQUESTING NEW FEATURES:
By all means feel free to request new features (within
reason). Feature requests are taken more seriously if they are
sent along with a diff that implements that feature :-)
Don't send me e-mails requesting roms - I can't help you.
REPORTING BUGS:
First check if the bug has already been reported by looking in
the TODO file (in the 'bugs to fix' section). If it isn't
there then please write a step by step guide to reproducing
the error, and state what versions you are using of GTK+,
gnome-core, gnome-libs, python, and anything else you think
might be of interest.
Then send all the above information in an e-mail to:
maxximum@get2net.dk
If you wish to contribute by fixing any bugs yourself, please
send me a diff, and I will look into incorporating it into the
next release.
RELATED WEB-SITES:
You can always find the newest version of VGB-GUI and other
software products made by me here:
http://www.daimi.au.dk/~maxx/html/maxximum-linux.html
GLADE GTK+ User Interface Builder:
http://glade.pn.org/
GTK+:
http://www.gtk.org/
GNOME Project:
http://www.gnome.org/
VGB:
http://www.komkon.org/fms/VGB/
gnuboy:
http://freshmeat.net/projects/gnuboy/
