bumped version number to .7
gfceu works with stable fceu gfceu .7 works with fceux
This commit is contained in:
parent
cff7eb225a
commit
12e4300a35
12
INSTALL
12
INSTALL
|
@ -1,11 +1,13 @@
|
|||
You can install gfceu with setup.py:
|
||||
|
||||
$ sudo ./setup.py install
|
||||
$ sudo ./setup.py install --prefix=/usr/local
|
||||
|
||||
You can change the prefix to whatever you like.
|
||||
|
||||
Requirements:
|
||||
Python (tested with 2.4) (Ubuntu package name: python)
|
||||
PyGTK, GTK, and PyGlade (tested with 2.8) (Ubuntu package name: (python-gtk2 libgtk2.0-0 python-glade)
|
||||
FCE Ultra (Ubuntu package name: fceu)
|
||||
Python (tested with 2.5); (Ubuntu package name: python)
|
||||
PyGTK, and GTK; (Ubuntu package name: (python-gtk2 libgtk2.0-0)
|
||||
FCE UltraX - You're going to need the latest fceux for gfceu .7 to work
|
||||
|
||||
Optional:
|
||||
GnomeVFS 2 (tested with 2.14.1) (Ubuntu package name libgnomevfs2-0 python-gtk2)alsa-oss (tested with 1.0.11
|
||||
GnomeVFS 2 (tested with 2.14.1) (Ubuntu package name libgnomevfs2-0 )
|
||||
|
|
2
gfceu
2
gfceu
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
# gfceu - Graphical launcher for FCE Ultra.
|
||||
# Designed on Ubuntu, with platfrom independence in mind.
|
||||
version = "0.6.1svn"
|
||||
version = "0.7svn"
|
||||
title = "gfceux"
|
||||
# Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net>
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue