GZDoom premade '.deb' packages.... please?

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
User avatar
Super Chex
Posts: 17
Joined: Fri May 18, 2007 0:27
Location: Don't ask...

GZDoom premade '.deb' packages.... please?

Post by Super Chex »

I've gone through literally all of the linux GZDoom compilation tutorials I could find on the Internet... none give me a finished product. It would be nice if somebody could create a Debian installation package for easy installation. Either that, or make a better compilation tutorial.

Thanks in advance for any help.
DooM engine editing furry geek... Haters gonna hate. ;3
User avatar
Rachael
Developer
Developer
Posts: 3651
Joined: Sat May 13, 2006 10:30

Re: GZDoom premade '.deb' packages.... please?

Post by Rachael »

There is a project already in progress for this, however it has been stalled. Unfortunately the existence of this feature as of now, completely depends on one person, unless others experienced with Linux enough can join the cause and help. I could do it myself but I am way too busy and I have other commitments.

You should post this in the General section of the ZDoom forum - it may be quite beneficial for people to know that a demand for such a thing exists. Maybe others will join and help.
User avatar
Super Chex
Posts: 17
Joined: Fri May 18, 2007 0:27
Location: Don't ask...

Re: GZDoom premade '.deb' packages.... please?

Post by Super Chex »

Eruanna wrote:There is a project already in progress for this, however it has been stalled. Unfortunately the existence of this feature as of now, completely depends on one person, unless others experienced with Linux enough can join the cause and help. I could do it myself but I am way too busy and I have other commitments.

You should post this in the General section of the ZDoom forum - it may be quite beneficial for people to know that a demand for such a thing exists. Maybe others will join and help.
Thank you. :) I think I will.
DooM engine editing furry geek... Haters gonna hate. ;3
User avatar
Rachael
Developer
Developer
Posts: 3651
Joined: Sat May 13, 2006 10:30

Re: GZDoom premade '.deb' packages.... please?

Post by Rachael »

I meant ZDoom forum - not here. I hate to say it, but here, not a lot of people really come by. Most people who come here use this site strictly for the resources, very few ever visit the actual forum.

It's really a matter of how wide of an audience you want to reach. There isn't enough of one here.

It's not to say people will ignore it here - I am just trying to help you find more help, that's all. :)
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: GZDoom premade '.deb' packages.... please?

Post by Gez »

I'm surprised to hear this doesn't work. But that's an issue to raise with the Linux-savvy people on the ZDoom forum. I haven't used Linux in years.
Edward-san
Developer
Developer
Posts: 197
Joined: Sun Nov 29, 2009 16:36

Re: GZDoom premade '.deb' packages.... please?

Post by Edward-san »

Posting from the other thread:
Edward-san wrote:
Super Chex wrote:I have followed literally every last compilation tutorial I could find on the internet to no avail.
What problem do you have? I suppose you've read already this.

Also, it compiles fine for me.
User avatar
Super Chex
Posts: 17
Joined: Fri May 18, 2007 0:27
Location: Don't ask...

Re: GZDoom premade '.deb' packages.... please?

Post by Super Chex »

Edward-san wrote:Posting from the other thread:
Edward-san wrote:
Super Chex wrote:I have followed literally every last compilation tutorial I could find on the internet to no avail.
What problem do you have? I suppose you've read already this.

Also, it compiles fine for me.
Yes.

And... fail:

Code: Select all

aaron@aaron-Compaq-Presario-F700-Notebook-PC:~$ cd trunk
aaron@aaron-Compaq-Presario-F700-Notebook-PC:~/trunk$ mkdir release
aaron@aaron-Compaq-Presario-F700-Notebook-PC:~/trunk$ cd release
aaron@aaron-Compaq-Presario-F700-Notebook-PC:~/trunk/release$ cmake -DCMAKE_BUILD_TYPE=Release ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found JPEG: /usr/lib/libjpeg.so
-- Found ZLIB: /usr/include
-- Using system zlib
-- Using system jpeg library
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Performing Test HAVE_NO_ARRAY_BOUNDS
-- Performing Test HAVE_NO_ARRAY_BOUNDS - Success
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- checking for module 'gtk+-2.0'
--   found gtk+-2.0, version 2.22.0
CMake Error at src/CMakeLists.txt:204 (message):
  Could not find FMOD include files
:? And yes, I did download FMOD as explained in the tutorial.
DooM engine editing furry geek... Haters gonna hate. ;3
Edward-san
Developer
Developer
Posts: 197
Joined: Sun Nov 29, 2009 16:36

Re: GZDoom premade '.deb' packages.... please?

Post by Edward-san »

Super Chex wrote: :? And yes, I did download FMOD as explained in the tutorial.
What did you do precisely? Which version did you download?

I wonder if you unzipped the "fmodapi*****linux(64)" in the trunk directory...
Quietman
Posts: 3
Joined: Fri Jul 15, 2011 14:54

Re: GZDoom premade '.deb' packages.... please?

Post by Quietman »

You need to install fmod by extracting the download and doing a 'sudo make install' from the fmod folder it created.
Locked

Return to “GZDoom”