Linux problem
Moderator: ZSNES Mods
-
- New Member
- Posts: 8
- Joined: Tue Jan 04, 2005 12:40 pm
Linux problem
So I just got myself a Linux OS, problem is I'm still new to the system. Anyway, I tried downloading the Linux port of ZSNES but I really don't get what's what in that GZip file. Help?
-
- Trooper
- Posts: 535
- Joined: Wed Jul 28, 2004 3:26 am
That would be the source code. Seeing as how every linux distro and system can be configured quite differently, you have to compile the source yourself to ensure best compatability.
[code]<Guo_Si> Hey, you know what sucks?
<TheXPhial> vaccuums
<Guo_Si> Hey, you know what sucks in a metaphorical sense?
<TheXPhial> black holes
<Guo_Si> Hey, you know what just isn't cool?
<TheXPhial> lava?[/code]
<TheXPhial> vaccuums
<Guo_Si> Hey, you know what sucks in a metaphorical sense?
<TheXPhial> black holes
<Guo_Si> Hey, you know what just isn't cool?
<TheXPhial> lava?[/code]
-
- New Member
- Posts: 8
- Joined: Tue Jan 04, 2005 12:40 pm
-
- Locksmith of Hyrule
- Posts: 3634
- Joined: Sun Aug 08, 2004 7:49 am
- Location: 255.255.255.255
- Contact:
First, untar the tarball/zip file.
Next, extract the contents to your home folder.
Then use the Konsole to navigate to whereever the ZSNES source is. eg: /home/adventureoflink/zsnes/src (should be as easy as this:)
Next, run autogen.sh (type ./autogen.sh)
then run make
and your ZSNES should be built, and ready for action
PS: You need GCC, G++, NASM, libSDL 1.2 or higher, Automake, and Autoconf installed in order to compile ZSNES.
Next, extract the contents to your home folder.
Then use the Konsole to navigate to whereever the ZSNES source is. eg: /home/adventureoflink/zsnes/src (should be as easy as this:
Code: Select all
adventureoflink@host:~$ cd zsnes
adventureoflink@host:~/zsnes$ cd src
adventureoflink@host:~/zsnes/src$
Next, run autogen.sh (type ./autogen.sh)
then run make
and your ZSNES should be built, and ready for action

PS: You need GCC, G++, NASM, libSDL 1.2 or higher, Automake, and Autoconf installed in order to compile ZSNES.
<Nach> so why don't the two of you get your own room and leave us alone with this stupidity of yours?
NSRT here.
NSRT here.
-
- New Member
- Posts: 8
- Joined: Tue Jan 04, 2005 12:40 pm
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
You need the dev stuff for SDL installed, not just SDL.YourAverageJoe wrote:Thanks, I got all of those, but when I ran the configure through, it complained about not having SDL 1.2.0 or above, I've got 1.2.9 installed and it still shows the error message.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Locksmith of Hyrule
- Posts: 3634
- Joined: Sun Aug 08, 2004 7:49 am
- Location: 255.255.255.255
- Contact:
D'oh, I forgot to mention thatNach wrote:You need the dev stuff for SDL installed, not just SDL.YourAverageJoe wrote:Thanks, I got all of those, but when I ran the configure through, it complained about not having SDL 1.2.0 or above, I've got 1.2.9 installed and it still shows the error message.

<Nach> so why don't the two of you get your own room and leave us alone with this stupidity of yours?
NSRT here.
NSRT here.
-
- New Member
- Posts: 8
- Joined: Tue Jan 04, 2005 12:40 pm
-
- New Member
- Posts: 8
- Joined: Tue Jan 04, 2005 12:40 pm