Linux installing instructions incomplete

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 a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Linux installing instructions incomplete

Re: Linux installing instructions incomplete

by grete » Mon Jan 04, 2010 2:57 pm

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.

Re: Linux installing instructions incomplete

by Graf Zahl » Mon Jan 04, 2010 1:58 pm

Then change them! That's the whole point of a Wiki.

Linux installing instructions incomplete

by grete » Mon Jan 04, 2010 1:17 pm

+-----
|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.

Top