Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Gaming & Leisure
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Gaming & Leisure
A section for users who strive to play the latest games on linux.

 
Thread Tools Display Modes
Old November 5th, 2008   #1
punkrockguy318
Gee! These Aren't Roasted!
 
Join Date: Dec 2004
Beans: 214
HOWTO: Install (G)FCEUX 2.0 NES emulator

Currently, the ubuntu repositories include outdated (and non-working?) versions of fceu and gfceu. There are a lot of new improvements in the newest version of fceu, which was renamed fceux. For a detailed list, you can check out http://fceux.com.

UPDATE: Debian/ubuntu packages have been created for fceux as of version 2.1.0! Check out the download pagehttp://fceux.com/web/htdocs/download.php of the fceux website to download the latest package.

If you would like to compile from source, you can follow the steps written below.

1. Install necessary dependencies.

Code:
sudo apt-get install scons libsdl1.2-dev libsdl1.2debian-alsa liblua5.1-dev zlib1g-dev zenity
2. Grab the latest version of fceux and extract it to your home folder. You can get it from http://fceux.com/web/htdocs/download.php. Download the source tarbell.

3. Open up a terminal (Applications... Accessories... Terminal). Change directory into the fceu folder.

Code:
cd fceu
4. Build and install fceu.

Code:
sudo scons install
If you want to install the GUI (gfceux), follow the following instructions:

1. Change directories into the gfceux directory.

Code:
cd ~/gfceux
2. Install gfceux.

Code:
sudo python setup.py install --prefix=/usr/local

You can now run gfceux by running
Code:
gfceux
If anyone has any issues with this guide, please let me know and I'll fix the guide.

Enjoy the best emulator on the Linux scene

Last edited by punkrockguy318; April 15th, 2009 at 01:06 PM.. Reason: added upate: deb packages available
punkrockguy318 is offline   Reply With Quote
Old November 8th, 2008   #2
Calculon64
First Cup of Ubuntu
 
Calculon64's Avatar
 
Join Date: Nov 2008
Location: Arecibo, Puerto Rico
Beans: 12
Ubuntu 8.10 Intrepid Ibex
Exclamation Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

Does this work Ubuntu 8.10 64-bit?
Calculon64 is offline   Reply With Quote
Old November 9th, 2008   #3
punkrockguy318
Gee! These Aren't Roasted!
 
Join Date: Dec 2004
Beans: 214
Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

Quote:
Originally Posted by Calculon64 View Post
Does this work Ubuntu 8.10 64-bit?
yes that's what i develop and test fceux on
punkrockguy318 is offline   Reply With Quote
Old November 10th, 2008   #4
punkrockguy318
Gee! These Aren't Roasted!
 
Join Date: Dec 2004
Beans: 214
Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

i just changed the dependency in the tutorial to libsdl1.2debian-alsa instead of libsdl1.2debian-pulseaudio. The esd driver seems to work better with fceux and is still compatible with pulseaudio, so I would suggest installing that if you're having trouble with sound.

Last edited by punkrockguy318; November 10th, 2008 at 01:32 AM.. Reason: oops i meant to say alsa
punkrockguy318 is offline   Reply With Quote
Old November 14th, 2008   #5
keyshawn
A Carafe of Ubuntu
 
keyshawn's Avatar
 
Join Date: Jan 2005
Beans: 92
Ubuntu 9.04 Jaunty Jackalope
Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

thanks, worked with no problems on my end.

I have a question though:

How can I save on this ?

I presume there is save state support since fceu had it, but I couldn't find any mention of it in the documentation

thank you again for your work on FCEUX.
__________________
Ask Questions the smart way:
http://www.catb.org/~esr/faqs/smart-questions.html
keyshawn is offline   Reply With Quote
Old November 15th, 2008   #6
punkrockguy318
Gee! These Aren't Roasted!
 
Join Date: Dec 2004
Beans: 214
Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

Quote:
Originally Posted by keyshawn View Post
thanks, worked with no problems on my end.

I have a question though:

How can I save on this ?

I presume there is save state support since fceu had it, but I couldn't find any mention of it in the documentation

thank you again for your work on FCEUX.
yeah the docs need to work

select state with numbers 0-9.. save with f5, load with f7
punkrockguy318 is offline   Reply With Quote
Old March 5th, 2009   #7
daring derelict
5 Cups of Ubuntu
 
daring derelict's Avatar
 
Join Date: Jan 2008
Beans: 15
Ubuntu 8.04 Hardy Heron
Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

hello, I read all of the posts sofar, I tried to upgrade from fceux 2.02 to 2.03, upon running the script for gfceux i get
Quote:
n:~/Documents/download/games/nintendo/fceux-2.03/fceultra/gfceux$ sudo python setup.py install --prefix=/usr/local
running install
running build
running build_py
package init file 'src/__init__.py' not found (or not a regular file)
package init file 'src/__init__.py' not found (or not a regular file)
running build_scripts
error: file 'gfceux' does not exist
__________________
Tomorrow looks great... until it gets here
daring derelict is offline   Reply With Quote
Old March 17th, 2009   #8
punkrockguy318
Gee! These Aren't Roasted!
 
Join Date: Dec 2004
Beans: 214
Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

Quote:
Originally Posted by daring derelict View Post
hello, I read all of the posts sofar, I tried to upgrade from fceux 2.02 to 2.03, upon running the script for gfceux i get
oops that was my bad

i moved around some of the files and forgot to commit them to subversion

its fixed in the latest subversion, so run svn update and try try agian
punkrockguy318 is offline   Reply With Quote
Old August 4th, 2009   #9
Redmage913
Just Give Me the Beans!
 
Join Date: Jul 2009
Beans: 51
Xubuntu Karmic Koala (testing)
Angry Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

Greetings,

I just tried installing from the source file, and I came across a huge problem in doing so.

I copy-pasted the long sudo apt-get install command and installed the necessary packages. I also extracted the fceu and gfceux folders to the home directory.

When I ran the sudo scons install command, the entire process failed. I was getting not found errors for every file it tried to work with.

I would include an entire terminal entry, but it ran way longer than the terminal length before it starts cropping the oldest lines.

Any ideas?

Thanks much,
Redmage913

PS Running Xubuntu 9.04 on a Dell Mini 9.
Redmage913 is offline   Reply With Quote
Old August 18th, 2009   #10
holamyburrito
5 Cups of Ubuntu
 
Join Date: Oct 2008
Beans: 17
Re: HOWTO: Install (G)FCEUX 2.0 NES emulator

I just installed the latest version of FCEUX from source and I'm having the same input problem described a few pages back. I have liblua5.1-dev installed, and I even tried running sudo apt-get install liblua5.1* and with all the packages it still doesn't accept input after config.

Can anyone help?
holamyburrito is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:26 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry