i don't know how to install stuff so i can use it with linux. i tried downloading a nes emulator and that worked. what am i supposed to do after that? should i extract it somewhere? i extracted it so now it has all the folders and "ljng.exe" which i think is the emulator but when i try to run it, it asks me what program to run it with. what am i supposed to do about that? BTW, this is about installing/running stuff, not emulation so it's not illegal
running/installing with linux
Moderator: Moderators
running/installing with linux
yes i know there have been plenty of linux threads in the past but none of them are about my problem so here it is:
i don't know how to install stuff so i can use it with linux. i tried downloading a nes emulator and that worked. what am i supposed to do after that? should i extract it somewhere? i extracted it so now it has all the folders and "ljng.exe" which i think is the emulator but when i try to run it, it asks me what program to run it with. what am i supposed to do about that? BTW, this is about installing/running stuff, not emulation so it's not illegal
i don't know how to install stuff so i can use it with linux. i tried downloading a nes emulator and that worked. what am i supposed to do after that? should i extract it somewhere? i extracted it so now it has all the folders and "ljng.exe" which i think is the emulator but when i try to run it, it asks me what program to run it with. what am i supposed to do about that? BTW, this is about installing/running stuff, not emulation so it's not illegal


-
gannon
- Moderator
- Posts: 6974
- Joined: Sun Apr 04, 2004 4:48 pm
- Location: Near that one big lake
- Contact:
well, first you have to get the linux install packages. These are most often sourcecode files in the tar.gz or tar.bz2 format. There are also things like RPMs and DEBs if your distro supports them. To install a source package just extract it, then open up a terminal and most often type the following set of commands:
./configure
make
make install
make clean
You should always read the README file first though.
./configure
make
make install
make clean
You should always read the README file first though.
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
-
blackbox_dev
- Senior Member
- Posts: 1906
- Joined: Sun Jan 15, 2006 5:19 pm
- Location: Formerly known as iam7805
You forget to have the delevopment packages? I'm asking as I recently found the the same problem, so I threw my install disc inot the machine and added the development C/C++ compilers.Skyone wrote:UGH! I was using SUSE 10 (I even bought the damn thing) and I couldn't compile jack-crap with it. When ever I got to a stage (make... config?) it gave me errors, never got it to work.
vskid wrote:Nerd = likes school, does all their homework, dies if they don't get 100% on every assignment
Geek = likes technology, dies if the power goes out and his UPS dies too
I am a geek.
Try "bash comfigure", that's what I used to start the compiler.Skyone wrote:Nope, I installed every package on the 4.7GB DVD (which addd up to 8.5GB...) and still had the problems.
You think you can have a better time on a different distro or different Unicy go ahead. I started with RedHat 9, to Fedora Core 1, to SuSE 9.1, to PC-BSD 0.7, to SuSE 10.0, and when PC-BSD has a final 1.0 release I'll likely go to that. I still haven't found a perfect distro/OS, I'm trying to find the best and that has elluded me.
vskid wrote:Nerd = likes school, does all their homework, dies if they don't get 100% on every assignment
Geek = likes technology, dies if the power goes out and his UPS dies too
I am a geek.
Look RedHat is something I wouldn't suggest to anyone, I can't understand way Gannon still uses Fedora. Only place I use Fedora is at school, otherwise I prefer soemething that (my opinion) sucks.
As for compiling a program you have two optinions; the make command, which is iffy from my experiance: the other is to run the script through bash. Now I've taken intro the shell scripting class and as bash is the default shell it's a safe bet that you run it it will kick in the compiler as that's what the script will call to start up. I'm sure Gannon has other tips or suggestions as he's the programmer of this community, but that's all I have to say.
As for compiling a program you have two optinions; the make command, which is iffy from my experiance: the other is to run the script through bash. Now I've taken intro the shell scripting class and as bash is the default shell it's a safe bet that you run it it will kick in the compiler as that's what the script will call to start up. I'm sure Gannon has other tips or suggestions as he's the programmer of this community, but that's all I have to say.
vskid wrote:Nerd = likes school, does all their homework, dies if they don't get 100% on every assignment
Geek = likes technology, dies if the power goes out and his UPS dies too
I am a geek.
-
blackbox_dev
- Senior Member
- Posts: 1906
- Joined: Sun Jan 15, 2006 5:19 pm
- Location: Formerly known as iam7805
^ I like fedora
But then again, I've only tried Slackware 9 and Fedora.
If my parents let me do that free Ubuntu CD thing I'll try it out, but I can't justify a freaking long download when I have a working linux distro on my drive.
Ugh, three wink smileys
make that four
If my parents let me do that free Ubuntu CD thing I'll try it out, but I can't justify a freaking long download when I have a working linux distro on my drive.
Ugh, three wink smileys
I'd imagine right now you wish you were a cuttlefish...
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
Just get the rpm of any program u want. It is so much easier beacuse yast (SUSE 10) installs it for you. But make sure u have plenty of repositories though- http://www.suseforums.net/index.php?showtopic=18464 (SUSE 10)
RPM search sites:
http://rpm.pbone.net/
http://rpmfind.net/
http://www.rpmseek.com/index.html
RPM search sites:
http://rpm.pbone.net/
http://rpmfind.net/
http://www.rpmseek.com/index.html
dead
