fceux/INSTALL

19 lines
606 B
Plaintext
Raw Normal View History

2008-08-03 00:50:40 +00:00
You can install gfceux with setup.py:
2006-07-30 04:00:49 +00:00
$ sudo python setup.py install --prefix=/usr/local
2008-06-17 16:02:45 +00:00
You can change the prefix to whatever you like.
2006-07-30 04:00:49 +00:00
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
2009-02-16 09:40:28 +00:00
ALSO NOTE: you can no longer run gfceux from the source directory.
You need to run the install script and then run the app.
2006-07-30 04:00:49 +00:00