Please help on linux
Moderator: ZSNES Mods
Please help on linux
Hello im new to linux and don't understand where to go for the ./command make makefile. I am running SUSE linux version 9.1. Please help me thank you in advance.
-
- Regular
- Posts: 317
- Joined: Tue Sep 14, 2004 12:48 am
- Location: In a small padded white room
- Contact:
Re: Please help on linux
Start a command prompt (look for konsole, xterm, aterm, eterm, gnome-terminal, one of those).WhiteJack wrote:Hello im new to linux and don't understand where to go for the ./command make makefile. I am running SUSE linux version 9.1. Please help me thank you in advance.
untar the source.
bzcat ZSNESS_0920.tar.bz2 | tar x
compile it
cd zsnes/src
sh autogen.sh
make && make install
You'll need to be root for that last step. If it doesn't work, post the ENTIRE OUTPUT of autogen.sh, and make.
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
http://games.technoplaza.net/ - Emulation Goodies
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
Re: Please help on linux
Or, you know, simply tar xjf ZSNESS_0920.tar.bz2jdratlif wrote:untar the source.
bzcat ZSNESS_0920.tar.bz2 | tar x
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
-
- Regular
- Posts: 317
- Joined: Tue Sep 14, 2004 12:48 am
- Location: In a small padded white room
- Contact:
Re: Please help on linux
I prefer not to use the GNU tar extentions because I don't always use GNU systems. That does not work on Solaris or Irix tar, for example.grinvader wrote:Or, you know, simply tar xjf ZSNESS_0920.tar.bz2jdratlif wrote:untar the source.
bzcat ZSNESS_0920.tar.bz2 | tar x
Then again, my command wouldn't work on Solaris anyway, it would have to be bzcat ZSNESS_0920.tar.bz2 | tar xf /dev/stdin
Of course, that last command should work on Linux, too, so maybe I should have specified that.

http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
http://games.technoplaza.net/ - Emulation Goodies
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
I have a Linux system that doesn't even have a dozen GNU progs on it. I got no problem working the popular commands with BSD alternatives and other stuff.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Regular
- Posts: 317
- Joined: Tue Sep 14, 2004 12:48 am
- Location: In a small padded white room
- Contact:
Do you mean the 'j' option works with your BSD tar, or that you do it like I do?Nach wrote:I have a Linux system that doesn't even have a dozen GNU progs on it. I got no problem working the popular commands with BSD alternatives and other stuff.
In any case, the 'j' option is not universal. This is why I don't use it. I assumed it was a GNU tar extention as GNU programs often put extra options in their programs to make them nicer. I don't frown on this, I just like to remember one command no matter what unice I happen to be running at the time.
bzcat filename.tar.bz2 | tar xf /dev/stdin
will work on Solaris, Irix, and Linux. Though I do tend to drop that f /dev/stdin as GNU tar doesn't need it, and I can't remember if Irix does, but I rarely use Irix anyways.
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
http://games.technoplaza.net/ - Emulation Goodies
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
I don't use tar 

May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
Ark.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
Doesn't have it's own website as far as I know. It is burried in KDE somewhere though.
Older version of it also require tar, unzip and stuff to be valid commands, although I'm pretty sure that has changed with recent versions as they can do stuff the above mentioned tools can't.
Older version of it also require tar, unzip and stuff to be valid commands, although I'm pretty sure that has changed with recent versions as they can do stuff the above mentioned tools can't.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Regular
- Posts: 317
- Joined: Tue Sep 14, 2004 12:48 am
- Location: In a small padded white room
- Contact:
Does it require KDE? I prefer gnome, but if it doesn't require QT or KDElibs or something, I might look at it.Nach wrote:Doesn't have it's own website as far as I know. It is burried in KDE somewhere though.
Older version of it also require tar, unzip and stuff to be valid commands, although I'm pretty sure that has changed with recent versions as they can do stuff the above mentioned tools can't.
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
http://games.technoplaza.net/ - Emulation Goodies
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
It probably requires a few KDE libs to be installed on the system.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
I have no problem running GTK apps, have GAIM running constantly.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding