Post subject: Linux Question
Joined: 9/26/2005
Posts: 10
Location: Edmonds, Washington
I've got the Linux version of SNES9x. I double click to run, and nothing happens. I extracted it to /home/Emulators/Snes9x-1.43/ Was this the right thing to do? I'm fairly new to Linux, so any help would be appreciated. Yes, this is the Binary, not the source. :X
Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
In the unix world, most programs are invoked with a command line, and refuse to do anything meaningful if they aren't given any information on the commandline. In the case of SNES9x, the commandline should contain the filename of the ROM you wish it to run, and possibly some options. An example commandline could be: snes9x chrono.smc The most natural way to invoke commands in an unix system is to launch the programs from a "shell", running in a "terminal" or "console". For reference, in the Microsoft world, shells are called "prompt"s. _________________ I use the term "unix" in the meaning of all unix-type operating systems. Today, many things which are attributed to Linux specifically, are actually common to all unix-type operating systems, which are plenty. I try to avoid the Linuxification when it's not something that is specific to Linux. Reference: http://en.wikipedia.org/wiki/Unix-like
Joined: 9/26/2005
Posts: 10
Location: Edmonds, Washington
Thank you very much, Bisqwit. I'm going to be reading quite a few tutorials tonight. :X