Page 1 of 1

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

Posted: Fri Jul 01, 2011 0:40
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.

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

Posted: Fri Jul 01, 2011 10:10
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.

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

Posted: Fri Jul 01, 2011 16:28
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.

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

Posted: Fri Jul 01, 2011 21:59
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. :)

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

Posted: Sat Jul 02, 2011 10:32
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.

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

Posted: Sat Jul 02, 2011 16:59
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.

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

Posted: Mon Jul 11, 2011 17:57
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.

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

Posted: Mon Jul 11, 2011 18:17
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...

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

Posted: Fri Jul 15, 2011 21:56
by Quietman
You need to install fmod by extracting the download and doing a 'sudo make install' from the fmod folder it created.