Please help on linux

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
WhiteJack

Please help on linux

Post by WhiteJack »

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.
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Re: Please help on linux

Post by jdratlif »

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.
Start a command prompt (look for konsole, xterm, aterm, eterm, gnome-terminal, one of those).

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
grinvader
ZSNES Shake Shake Prinny
Posts: 5632
Joined: Wed Jul 28, 2004 4:15 pm
Location: PAL50, dood !

Re: Please help on linux

Post by grinvader »

jdratlif wrote:untar the source.
bzcat ZSNESS_0920.tar.bz2 | tar x
Or, you know, simply tar xjf ZSNESS_0920.tar.bz2
皆黙って俺について来い!!

Code: Select all

<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Re: Please help on linux

Post by jdratlif »

grinvader wrote:
jdratlif wrote:untar the source.
bzcat ZSNESS_0920.tar.bz2 | tar x
Or, you know, simply tar xjf ZSNESS_0920.tar.bz2
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.

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
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

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
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Post by jdratlif »

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.
Do you mean the 'j' option works with your BSD tar, or that you do it like I do?

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
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

I don't use tar 8)
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Post by jdratlif »

Nach wrote:I don't use tar 8)
What's wrong with tar?

And how do you unpack anything in Linux without it?
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

Ark.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Post by jdratlif »

Nach wrote:Ark.
This thing have a website? I've found three "ark" things and none of them seem related to file archiving. I just glanced though, so maybe I missed it.
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

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.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Post by jdratlif »

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.
Does it require KDE? I prefer gnome, but if it doesn't require QT or KDElibs or something, I might look at it.
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

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
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Post by jdratlif »

Nach wrote:It probably requires a few KDE libs to be installed on the system.
That's too bad.

I wonder if this is as annoying for KDE people who want to use GTK apps...
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

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
funkyass
"God"
Posts: 1128
Joined: Tue Jul 27, 2004 11:24 pm

Post by funkyass »

I used blackbox with a mixture(mostly GTK) for a while.

but, real men use tar.
Post Reply