Linux installing instructions incomplete

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
grete
Posts: 2
Joined: Mon Jan 04, 2010 1:02 pm

Linux installing instructions incomplete

Post by grete »

+-----
|It may be necessary to tell it where the FMOD files are located, for example use this command if you installed |version 4.28.05 of FMOD:"
|
| cmake -DCMAKE_BUILD_TYPE=Release -DFMOD_LIBRARY=/usr/local/lib/libfmodex-4.28.05.so ..
+-----

if fmod was installed properly in /usr/local, this is not necessary. instead, if it was moved
to the zdoom trunk, like you recommend, this must be:

cmake -DCMAKE_BUILD_TYPE=Release -DFMOD_LIBRARY=/trunk/fmodapi42805linux64/api/lib/libfmodex64-4.28.05.so

additionally, you have to specify the fmod include dir

-DFMOD_INCLUDE_DIR=/trunk/fmodapi42805linux64/api/inc/

otherwise, it won't build.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49234
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Linux installing instructions incomplete

Post by Graf Zahl »

Then change them! That's the whole point of a Wiki.
grete
Posts: 2
Joined: Mon Jan 04, 2010 1:02 pm

Re: Linux installing instructions incomplete

Post by grete »

I'm not a part of the zdoom community, or will be, and i don't feel like creating yet another account
and editing stuff in your wiki. I gave you the information, use it or just let it be.
Post Reply

Return to “Closed Bugs [GZDoom]”