It probably shouldn't have even been an available option. The question implies space is an "object"kode54 wrote:PS. Space has no mass.
Search found 13 matches
- Sat Feb 13, 2010 8:20 am
- Forum: Insane Chatter
- Topic: Guess the largest object!
- Replies: 30
- Views: 38375
- Sun Nov 08, 2009 7:41 pm
- Forum: Tech Talk
- Topic: Of stupid algos and code complexity
- Replies: 32
- Views: 32799
- Wed Apr 01, 2009 6:07 pm
- Forum: ZSNES Talk
- Topic: ZSNES 2.0 Status
- Replies: 220
- Views: 151275
- Tue Feb 24, 2009 3:20 am
- Forum: Forum
- Topic: A major apology
- Replies: 52
- Views: 101177
- Thu Dec 18, 2008 2:22 am
- Forum: ZSNES Talk
- Topic: GAME WONT PLAY
- Replies: 22
- Views: 7467
- Wed Dec 17, 2008 10:16 pm
- Forum: ZSNES Talk
- Topic: GAME WONT PLAY
- Replies: 22
- Views: 7467
GAME WONT PLAY
OK SO I GOT zsnes (btw i'm too stupid to learn the name of the emulator) AND IT WONT PLAY MARIO
THIS IS LIEK THE STANDARD GAME AND I DONT KMNOW Y U GUYS CANT GET IT WORKING
HELP ME PLZ????
THIS IS LIEK THE STANDARD GAME AND I DONT KMNOW Y U GUYS CANT GET IT WORKING
HELP ME PLZ????
- Mon Aug 20, 2007 4:06 am
- Forum: ZSNES Talk
- Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
- Replies: 28
- Views: 15210
Oh. But that still does not answer my question about how to install zsnes. I have all the libraries but I just get that huge block of text! Do you have ideas for me? :) You do not have all the libraries: SDL support Version 1.2.12 NASM support NASM version 0.98.39 compiled on Jan 15 2005 zlib suppo...
- Sun Aug 19, 2007 8:20 pm
- Forum: ZSNES Talk
- Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
- Replies: 28
- Views: 15210
Ok, you've done this method several times now. The problem you are running into is not having the appropriate packages installed on your system as required by ZSNES. Here's a general rule of thumb for installing software on your machine: - Visit http://rpmfind.net - Find a copy of whatever package y...
- Sun Aug 19, 2007 1:15 am
- Forum: ZSNES Talk
- Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
- Replies: 28
- Views: 15210
Code: Select all
# yum install zlib zlib-devel
- Sat Aug 18, 2007 11:21 pm
- Forum: ZSNES Talk
- Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
- Replies: 28
- Views: 15210
- Sat Aug 18, 2007 10:43 pm
- Forum: ZSNES Talk
- Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
- Replies: 28
- Views: 15210
I read install.txt but it only mentions DOS Windows and SDL zsnes, not Linux. SDL ZSNES is the Linux version of ZSNES. This is what you should read. NASM probably won't be the last thing you'll need to get. From the install.txt: Linux/SDL/POSIX port: I assume the standard development tools are inst...
- Sat Aug 18, 2007 9:45 pm
- Forum: ZSNES Talk
- Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
- Replies: 28
- Views: 15210
You need to install a compiler. Try this:
Code: Select all
[****@localhost ~]$ sudo yum install gcc gcc-c++
- Thu Oct 06, 2005 7:32 am
- Forum: Development
- Topic: Question about Linux SDL audio.
- Replies: 4
- Views: 4785
Had to make an account as well, just to reply to this one. Thanks a lot crache! This seems to be the only problem I have been having, but no longer... :) I was getting zero sound output, and considering ALSA defaults to use the 'dummy' sound device enabled in my kernel (and through trial-and-error, ...