--- hatari/python-ui/README 2019/04/09 08:49:56 1.1.1.4 +++ hatari/python-ui/README 2019/04/09 08:50:48 1.1.1.5 @@ -22,16 +22,16 @@ Requirements ------------ My guess at the required versions for the dependencies are: -- Python >= 2.4 +- Python >= 2.6 - PyGtk >= 2.12 (on Debian/Ubuntu PyGtk is in python-gtk2 package) Hatari UI is included with the Hatari sources: http://hg.tuxfamily.org/mercurialroot/hatari/hatari/file/tip/python-ui -Hatari UI has been tested only on Linux (Ubuntu v7.04 and Debian Lenny -& Squeeze). I would assume it works also on other unix systems such as -Apple OSX. It won't work on Windows as the required Windows socket -support is missing from the Hatari emulator. +Hatari UI has been tested on several Linux versions. I would assume +it to work also on other unix systems such as Apple OSX. It won't work +on Windows as the required Windows socket support is missing from the +Hatari emulator. Embedding the Hatari emulator window is currently supported only for systems using an X window system (from libSDL sources it would seem @@ -45,7 +45,7 @@ Running Being a Python program, Hatari UI doesn't need to be built. You can just run it from where you extracted it (or checked -it out of BerliOS HG repo) by calling its wrapper script: +it out of TuxFamily HG repo) by calling its wrapper script: /path/to/script/hatariui Or you can run just the debugger: @@ -61,7 +61,7 @@ Notes Hatari UI runs a Hatari version found on $PATH. If you want to use a version of Hatari that hasn't been installed, you need to modify the search path, for example like this: - PATH=../src:$PATH hatariui + PATH=../build/src:$PATH hatariui If UI is started without the embedding option, the actions (in menus and toolbars) have also shortcuts. They cannot