The official "ZDoom on Linux" thread.
Moderators: GZDoom Developers, Raze Developers
Forum rules
Please don't start threads here asking for help. This forum is not for requesting guides, only for posting them. If you need help, the Editing forum is for you.
Please don't start threads here asking for help. This forum is not for requesting guides, only for posting them. If you need help, the Editing forum is for you.
- Doomguy0505
- Posts: 625
- Joined: Tue Mar 29, 2005 4:53 am
- Contact:
- HeX
- Posts: 43
- Joined: Mon Jan 22, 2007 6:47 am
- Location: www.odamex.net
-
- Posts: 3
- Joined: Tue Jul 24, 2007 2:52 pm
- Location: South America.
Hello everybody.
I just Downloaded the Source for Zdoom 2.1.7 (official one, not from svn), compiled perfectly and then I installed Timidity for the Sound.
(Oh, I should say that I started using Linux in May, so if this is n00b-ish, I'm Sorry)
The Whole point is that the music (In any IWAD) is heard, but hasn't got as much quality as in the Windows version
I do not know if I was very clear of this problem.... If anyone could help me, It would be Awesome.
Thanks in advance! =D
I just Downloaded the Source for Zdoom 2.1.7 (official one, not from svn), compiled perfectly and then I installed Timidity for the Sound.
(Oh, I should say that I started using Linux in May, so if this is n00b-ish, I'm Sorry)
The Whole point is that the music (In any IWAD) is heard, but hasn't got as much quality as in the Windows version
I do not know if I was very clear of this problem.... If anyone could help me, It would be Awesome.
Thanks in advance! =D
- Doomguy0505
- Posts: 625
- Joined: Tue Mar 29, 2005 4:53 am
- Contact:
-
- Posts: 3
- Joined: Tue Jul 24, 2007 2:52 pm
- Location: South America.
- Doomguy0505
- Posts: 625
- Joined: Tue Mar 29, 2005 4:53 am
- Contact:
- Doomguy0505
- Posts: 625
- Joined: Tue Mar 29, 2005 4:53 am
- Contact:
I do have a precompiled binary that has a script file to install all the dependencies here
Re: The official "ZDoom on Linux" thread.
Ok, I've been trying to compile the latest Zdoom SVN on Ubuntu 7.10. I followed all the instructions in the wiki, and I installed subversion. Here is my error:
I get that i don't have GTK+-2.0 installed, but I can't seem to install it or find it.
Code: Select all
src/svnrevision.h is up to date at revision 566.
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Compiling i_main.cpp: [ERROR]
g++ -fno-rtti -pipe -Wall -Wno-unused -fno-strict-aliasing -O2 -fomit-frame-pointer -MMD -DHAVE_FILELENGTH -D__forceinline=inline -Izlib -IFLAC -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNEED_STRUPR -Isrc/ -Isrc/g_doom/ -Isrc/g_heretic/ -Isrc/g_hexen/ -Isrc/g_raven/ -Isrc/g_shared/ -Isrc/g_strife/ -Isrc/oplsynth/ -Isrc/sound/ -Isrc/sdl/ -Isrc/textures/ -Isrc/thingdef/ -DUSEASM=1 -DNDEBUG -o releaseobj/i_main.o -c src/sdl/i_main.cpp
================================================================================src/sdl/i_main.cpp:43:21: warning: gtk/gtk.h: No such file or directory
src/sdl/i_main.cpp: In function ‘int main(int, char**)’:
src/sdl/i_main.cpp:196: error: ‘gtk_init_check’ was not declared in this scope
make: *** [releaseobj/i_main.o] Error 1
Re: The official "ZDoom on Linux" thread.
you may be looking for the package libgtk2.0-dev, at least that's what it's called in the debian repositories
Re: The official "ZDoom on Linux" thread.
Thanks! I did that, and part compiled. But.... Another error...
Seems as if I don't have the file jpeglib.h

Spoiler:
- bagheadspidey
- Posts: 1490
- Joined: Sat Oct 20, 2007 10:31 pm
- Contact:
Re: The official "ZDoom on Linux" thread.
You need libjpeg-devMP2E wrote:Thanks! I did that, and part compiled. But.... Another error...Seems as if I don't have the file jpeglib.h
edit - If you are using ubuntu, you can find this kind of info here - http://packages.ubuntu.com/#search_contents
Debian users can find it here - http://www.debian.org/distrib/packages#search_contents
Re: The official "ZDoom on Linux" thread.
Ok, it compiled without error. Thanks guys
However, it has more issues when I run it

Spoiler:
- Doomguy0505
- Posts: 625
- Joined: Tue Mar 29, 2005 4:53 am
- Contact:
Re: The official "ZDoom on Linux" thread.
Try
Code: Select all
sudo xhost + localhost