The official "ZDoom on Linux" thread.
Posted: Mon Jun 05, 2006 9:29 am
Well now that I have switched over to Linux, I'm missing ZDoom. I lost track of all the little threads that have popped up over the years since '04 about compiling and stuff. so because I said so (:)), here is an official FAQ.
I happen to be using Gentoo so my commands will differ a bit from most of the debian people so do whatever conversion you must.
My system:
I know all this probably won't work, but after enough tries/updates I'm sure it will begin to make sense.
How to install ZDoom on Gentoo Linux
(note: This almost definately won't work (in fact, I know it won't work), I'm just writing a thingy to start from so others "in the know" can correct me and then I'll update this HOWTO.)
I assume since ZDoom uses SubVersion, I should emerge subversion first.
Of course you su to root first, but you already knew that. 
I have no clue how to get ZDoom out of there so I'm just going to skip ahead to the compiling part.
Oh, there's no configure script? I'll just make it then.
It will probably output a billion skillion errors but I'll just pretend it worked.
Now it should be buried into your system so deep you'll need a hundred ferrets to get it out, but why would you ever want to get rid of ZDoom? ZDoom is yoru friend, your own, your prescious...
Anyway, now you should be able to type zdoom from anywhere to start killing crap.
If it comes up, great, it probably won't. It's never that simple. You might have to go:
I dunno. I'll figure it out, I'll look long and hard all by myself...
Yeah, if it spits out zdoom, run it from wherever it is and proceed with the voilence.
Well, this should probably be in the WIKI, but nobody would ever find it. I'll move it there once it gets into a workable state.
(/me waits for a zdoom ebuild...)
I happen to be using Gentoo so my commands will differ a bit from most of the debian people so do whatever conversion you must.
My system:
- Linux 2.6.16-r10 (gentoo-sources)
- Xorg 6.something (not the modular one (xorg-x11)
- nVidia drivers (nvidia-glx, nvidia-kernel)
- GNOME whatever.the.latest.stable.is (gnome-light)
- Other various weird libraries from installing other games and crap. (sdl, lds, sld, dsl, lsd, AIDS, that kind of stuff)
I know all this probably won't work, but after enough tries/updates I'm sure it will begin to make sense.

How to install ZDoom on Gentoo Linux
(note: This almost definately won't work (in fact, I know it won't work), I'm just writing a thingy to start from so others "in the know" can correct me and then I'll update this HOWTO.)
I assume since ZDoom uses SubVersion, I should emerge subversion first.
Code: Select all
# emerge subversion

I have no clue how to get ZDoom out of there so I'm just going to skip ahead to the compiling part.

Code: Select all
# cd /usr/src/zdoom
# configure
Code: Select all
# make
Code: Select all
# make install
Anyway, now you should be able to type zdoom from anywhere to start killing crap.
Code: Select all
$ zdoom
Code: Select all
$ /sbin/zdoom
Code: Select all
# find / -name zdoom
Well, this should probably be in the WIKI, but nobody would ever find it. I'll move it there once it gets into a workable state.
(/me waits for a zdoom ebuild...)