19 lines
606 B
Plaintext
19 lines
606 B
Plaintext
You can install gfceux with setup.py:
|
|
|
|
$ sudo python setup.py install --prefix=/usr/local
|
|
|
|
You can change the prefix to whatever you like.
|
|
|
|
Requirements:
|
|
Python (tested with 2.5); (Ubuntu package name: python)
|
|
NOTE: gfceux is not yet compatible with python 3.x
|
|
PyGTK and GTK; (Ubuntu package name: (python-gtk2 libgtk2.0-0)
|
|
Fceux 2.x
|
|
|
|
NOTE: fceu 1.x is no longer supported in the gfceu 2.x series.
|
|
If you still want/need a front-end for gfceu use gfceu 0.x
|
|
|
|
ALSO NOTE: you can no longer run gfceux from the source directory.
|
|
You need to run the install script and then run the app.
|
|
|