--- hatari/python-ui/README 2019/04/09 08:52:28 1.1.1.7 +++ hatari/python-ui/README 2019/04/09 08:58:35 1.1.1.9 @@ -7,13 +7,12 @@ ST/STe/TT/Falcon emulator and its built- Having the UI in another process allows doing it with a higher level language while avoiding adding GUI toolkit dependencies to Hatari -itself. The UI is done with PyGtk i.e. in Python language, using the -Gtk widget set. +itself. The UI is written in Python language, using Gtk widget set. The main points of this new UI over the Hatari internal one are its configurability, more usable file selector, internationalization -support and providing a GUI for the (console based) debugger included -with the Hatari emulator. +support and providing a (very) simple GUI for the (console based) +debugger included with the Hatari emulator. Note: this is an additional UI, the built-in Hatari SDL UI isn't being replaced or going anywhere! @@ -22,9 +21,9 @@ replaced or going anywhere! Requirements ------------ -My guess at the required versions for the dependencies are: -- Python >= 2.6 -- PyGtk >= 2.12 (on Debian/Ubuntu PyGtk is in python-gtk2 package) +- Python >= 2.7 +- python-gi (Python GObject Introspection) +- Gtk v3 and its gir bindings (gir1.2-gtk-3.0) Hatari UI is included with the Hatari sources: http://hg.tuxfamily.org/mercurialroot/hatari/hatari/file/tip/python-ui @@ -75,4 +74,4 @@ shortcuts couldn't be used with Hatari. A www-page with more information about Hatari UI is here: - http://koti.mbnet.fi/tammat/hatari/hatari-ui.shtml + http://eerott.mbnet.fi/hatari/hatari-ui.shtml