Fedora Linux Support Community & Resources Center
  #1  
Old 5th December 2006, 08:41 PM
Reiji Offline
Registered User
 
Join Date: Oct 2006
Posts: 31
ZSNES on Fedora 5

So I am trying to get SNES on my Fedora Via ZSNES. But I cannot get it to install. I have tried yum but it says that it cannot find the package. I have done a lot of searching on the web and 90% of sites just say use apt-get or yum. So I am wondering if there is some secret command or repository that I need to put on my yum before I can install it. Or if there is a guide to installing it through the source, as annoying as that is.
Reply With Quote
  #2  
Old 5th December 2006, 08:58 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
you will have to compile from source , heres a link to homepage and required package.

http://www.zsnes.com/

http://prdownloads.sourceforge.net/z...s142src.tar.gz
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 5th December 2006, 09:19 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
or go here

http://rpm.pbone.net/

search for zsnes (use advance search to restrict the distros if you like)

you'll find an rpm for zsnes-1.42.1 (the most recent fedora one is for FC4 but works fine in FC5 and FC6)

works fine in FC6 for me

(I use opengl window for the video setting to get 100% frame rate with my ati radeon 9600

Last edited by sideways; 5th December 2006 at 09:21 PM.
Reply With Quote
  #4  
Old 5th December 2006, 11:59 PM
Reiji Offline
Registered User
 
Join Date: Oct 2006
Posts: 31
Quote:
Originally Posted by sideways
or go here

http://rpm.pbone.net/

search for zsnes (use advance search to restrict the distros if you like)

you'll find an rpm for zsnes-1.42.1 (the most recent fedora one is for FC4 but works fine in FC5 and FC6)

works fine in FC6 for me

(I use opengl window for the video setting to get 100% frame rate with my ati radeon 9600
Well thanks that got it on my computer. But there is something wrong with the code apparently an invalid pointer somewhere. I don't know, all I know is that it is not working.

But thanks for the site Iw ill look here from now on.
Reply With Quote
  #5  
Old 6th December 2006, 01:50 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
so there were no errors during the install?

what error do you get when you launch zsnes, does the gui even appear?

rpm.pbone.net is useful for oneoff quick searches but always try yum and the main repositories first, it can save major headaches with dependency issues.

you'll see at the bottom of the download page for the zsnes rpm a list of required libraries etc (dependencies) it is quite long. the rpm installer should warn about dependencies but yum is just easier to use.


you could try compiling the source, often it just requires 3 commands in the source directory

./configure
make
make install

EDIT the link to the source rpm is on the rhs (at the top) of the download page

EDIT2

unfortunately I can't get that source package to compile on my FC6 installation

I did an rpm -Uhv zsnes-1.42-1.rhfc4.nr.src.rpm

you get a spec file in /usr/src/redhat/SPECS, and a tar.gz file in /usr/src/redhat/SOURCES

so I tried to build an rpm:

rpmbuild -bb /usr/src/redhat/SPECS/zsnes.spec

saild I need 'nasm' so:

yum install nasm (it's in the core repository)

then tried the rpm build again, and failed with errors

The tried to build the source directly


cd /tmp

tar xvf /usr/src/redhat/SOURCES/zsnes142src.tar.gz

cd zsnes_1_42/src

./configure

at this point it onimously says 'now type make and pray'

and unfortunately the build fails during make.


ah well, maybe you'll have more luck, I haven't got time to pursue this further

good luck!

Last edited by sideways; 6th December 2006 at 02:28 AM.
Reply With Quote
  #6  
Old 6th December 2006, 05:15 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
after reading another thread I was reminded of this alternative to zsnes

http://dries.studentenweb.org/rpm/pa...es9x/info.html
Reply With Quote
  #7  
Old 6th December 2006, 06:30 AM
Coolerthanyou's Avatar
Coolerthanyou Offline
Registered User
 
Join Date: Feb 2006
Posts: 644
snes9x is not really that good on linux. It would be nice if someone made a patch and set up better video that doesn't need to run as root.

For zsnes try compiling the source from http://www.ipherswipsite.com/
__________________
Beware of he who would deny you access to information, for in his heart, he dreams himself your master.
Reply With Quote
  #8  
Old 8th December 2006, 08:28 PM
Reiji Offline
Registered User
 
Join Date: Oct 2006
Posts: 31
Quote:
Originally Posted by Coolerthanyou
snes9x is not really that good on linux. It would be nice if someone made a patch and set up better video that doesn't need to run as root.

For zsnes try compiling the source from http://www.ipherswipsite.com/
So I tried to compile it but when I do ./configure nothing happens there is an error saying that it is not a directory or something along those lines.
Reply With Quote
  #9  
Old 8th December 2006, 11:22 PM
Coolerthanyou's Avatar
Coolerthanyou Offline
Registered User
 
Join Date: Feb 2006
Posts: 644
./autogen.sh not ./configure
__________________
Beware of he who would deny you access to information, for in his heart, he dreams himself your master.
Reply With Quote
Reply

Tags
fedora, zsnes

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
New to fedora and linux, need help with zsnes eulogy1337 Gamers' Lounge 9 9th October 2008 03:55 AM
need zsnes help indietrash Using Fedora 10 4th December 2007 03:47 PM
ZSNES Compile Fix Coarch Using Fedora 1 18th November 2006 03:11 PM
FC5 and Zsnes monofury Using Fedora 3 3rd May 2006 07:51 PM
Looking for ZSNES RPM for FC4 FNM Using Fedora 1 26th June 2005 05:21 AM


Current GMT-time: 10:44 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat