LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   doom install (https://www.linuxquestions.org/questions/linux-newbie-8/doom-install-317930/)

JoeUser11 04-27-2005 11:06 PM

doom install
 
mmm... new to linux, blah blah blah. Using Suse 9.2. In the two months I've had using linux, I don't think I've ever gotten anything to work any better than it did the first day. Videos, games, printers, usb, none of it works. I understand that this will take time, and my growth has probably been stunted by the fact I can only use the linux about 30 minutes a day due to job/school. However, idealogically I can not return to windows. Now that summer is approaching I hope to have time to understand linux.

Trouble installing doom. I downloaded it from the following link:
http://prdownloads.sourceforge.net/d...2_linux.tar.gz
I unzipped it...
Code:

Script started on Wed 27 Apr 2005 11:16:21 PM CDT
jordan@linux:~/Desktop> tar zxvf legacy_142_linux.tar.gz
legacy_142_linux/
legacy_142_linux/md2/
legacy_142_linux/Samples/
legacy_142_linux/Samples/hipafrag.txt
legacy_142_linux/Samples/hipafrag.wad
legacy_142_linux/Samples/leprskin.wad
legacy_142_linux/Samples/RainBowStar.txt
legacy_142_linux/Samples/rainbowstar.wad
legacy_142_linux/Samples/RainBowStar.fs
legacy_142_linux/autoexec.cfg
legacy_142_linux/config.cfg
legacy_142_linux/file_id.diz
legacy_142_linux/legacy.dat
legacy_142_linux/legacy.doc/
legacy_142_linux/legacy.doc/copying
legacy_142_linux/legacy.doc/source.html
legacy_142_linux/legacy.doc/faq.html
legacy_142_linux/legacy.doc/3dfloors.html
legacy_142_linux/legacy.doc/editspecs.html
legacy_142_linux/legacy.doc/boomref.html
legacy_142_linux/legacy.doc/fsbasic.html
legacy_142_linux/legacy.doc/fsfuncs.html
legacy_142_linux/legacy.doc/whatsnew.html
legacy_142_linux/legacy.doc/index.html
legacy_142_linux/legacy.doc/add_fs.zip
legacy_142_linux/legacy.doc/editing.html
legacy_142_linux/legacy.doc/legacy.html
legacy_142_linux/legacy.doc/console.html
legacy_142_linux/legacy.doc/doublescan.txt
legacy_142_linux/legacy.doc/skinspec.html
legacy_142_linux/llsndserv
legacy_142_linux/llxdoom
legacy_142_linux/lsdldoom
legacy_142_linux/musserver
legacy_142_linux/r_opengl.so
legacy_142_linux/md2.dat
legacy_142_linux/glconfig.cfg
legacy_142_linux/README_SDL
legacy_142_linux/copying
legacy_142_linux/README

worked fine, then I try to install
Code:

jordan@linux:~/Desktop/legacy_142_linux> make
make: *** No targets specified and no makefile found.  Stop.
jordan@linux:~/Desktop/legacy_142_linux> ./configure
bash: ./configure: No such file or directory
jordan@linux:~/Desktop/legacy_142_linux>
Script done on Wed 27 Apr 2005 11:18:25 PM CDT

No luck? I'm lost if "make" doesn't work. What do I do?

By the way, what does "make" do? What does "configure" do?

Here's a list of files in the folder.
Code:

drwxr--r--  2 jordan users    240 2004-04-18 16:00 Samples
-rwxr-xr-x  1 jordan users  22114 2004-04-18 16:00 r_opengl.so
-rw-------  1 jordan users    1080 2004-04-18 16:00 README_SDL
-rw-------  1 jordan users    450 2004-04-18 16:00 README
-rwx------  1 jordan users  36598 2004-04-18 16:00 musserver
-rwx------  1 jordan users    168 2004-04-18 16:00 md2.dat
drwxr--r--  2 jordan users      48 2004-04-18 16:00 md2
-rwxr-xr-x  1 jordan users 1044801 2004-04-18 16:00 lsdldoom
-rwxr-xr-x  1 jordan users 1047408 2004-04-18 16:00 llxdoom
-rwx------  1 jordan users  27674 2004-04-18 16:00 llsndserv
drwxr--r--  2 jordan users    544 2004-04-18 16:00 legacy.doc
-rw-------  1 jordan users  951045 2004-04-18 16:00 legacy.dat
-rw-------  1 jordan users    105 2004-04-18 16:00 glconfig.cfg
-rw-------  1 jordan users    374 2004-04-18 16:00 file_id.diz
-rw-------  1 jordan users  18321 2004-04-18 16:00 copying
-rw-------  1 jordan users    105 2004-04-18 16:00 config.cfg
-rw-------  1 jordan users    1317 2004-04-18 16:00 autoexec.cfg


nadroj 04-27-2005 11:08 PM

i think u gotta cd to the directory you extracted all that stuff (legacy_142_linux or whatever), then start again with make

JoeUser11 04-27-2005 11:34 PM

Yea, haha, the script didn't show it, but I did. Good catch though.;)

nadroj 04-27-2005 11:36 PM

Quote:

jordan@linux:~/Desktop> make
make: *** No targets specified and no makefile found. Stop.
jordan@linux:~/Desktop> ./configure
bash: ./configure: No such file or directory
jordan@linux:~/Desktop>
it shows you in the Desktop folder. you should probably be in ~/Desktop/legacy_142_linux/ and run the make command there.

trevelluk 04-28-2005 06:24 AM

make won't work, because there is no Makefile. Have you looked at the README file, which should tell you how to install.

JoeUser11 04-28-2005 07:40 AM

Yes, I know it used to say "/Desktop", but trust me, the output is the same (I just did that script real quick to get its output). As for the readme, here it is:
Quote:

Linux Doom Legacy 1.41
======================

This is the public release of the binary Linux version
of Doom Legacy.

It has been compiled with GCC 3.2.2 and may not work on
old distribution. If llxdoom doesn't work on your system,
we suggest you to download the source code on our CVS
server at sourceforge.net (or get the source tar ball)
and compile it like that:
make LINUX=1

Enjoy!

Thierry 'Hurdler' Van Elsuwe
hurdler@users.sourceforge.net
I have gcc on my system, it's a c/c++ compiler from what I understand from the man.
The command make LINUX=1 gives:
Code:

jordan@linux:~/Desktop/legacy_142_linux> make LINUX=1
make: *** No targets specified and no makefile found.  Stop.


trevelluk 04-28-2005 07:50 AM

OK, what you've downloaded isn't the source. You've got a binary package, which, from the look of that README, you type llxdoom to run.
The instructions about make LINUX=1 only apply to the source package.

Marius2 04-28-2005 08:52 AM

So this is Doom I? If you really only want to play it (instead of installing for proving you can run it natively), and you have a fairly new machine, you may want to take a look at dosbox (which comes with your SuSE 9.2). For this, you'll need the DOS version of Doom (but no DOS, as dosbox comes with it's own). It runs Doom just fine, and a lot of other older DOS games.

Boow 04-28-2005 02:00 PM

You could try prboom or this is even better http://www.doomsdayhq.com/index.php


All times are GMT -5. The time now is 07:53 AM.