ZSNES Linux End-User Requirements

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

Moderator: ZSNES Mods

Post Reply
andrewd18
Rookie
Posts: 15
Joined: Sat Jan 08, 2005 7:27 pm
Location: Wisconsin, USA
Contact:

ZSNES Linux End-User Requirements

Post by andrewd18 »

Just a question.

For the Linux version of ZSNES, one needs SDL, zlib, libpng, and NASM to compile it.

However, if a precompiled version is available (either through your binaries or the RPMs I'm developing), what software does the end-user really need in order to run zsnes? Once it's compiled, is it fully self-contained?

Thanks in advance... tryin' to clean up my RPMs a bit.

~~ Andrew D.
linuxnoob@wi.rr.com
http://nextgen.no-ip.org
Noxious Ninja
Dark Wind
Posts: 1271
Joined: Thu Jul 29, 2004 8:58 pm
Location: Texas
Contact:

Post by Noxious Ninja »

If you statically link zlib and libpng (happens on Windows by default, not sure about Linux), I think the only dependancy you should have is libsdl.
[u][url=http://bash.org/?577451]#577451[/url][/u]
Aerdan
Winter Knight
Posts: 467
Joined: Mon Aug 16, 2004 10:16 pm
Contact:

Post by Aerdan »

Use ldd to determine what dynamically-linked libs are required.
Post Reply