+-----
|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.
Linux installing instructions incomplete
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.
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.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Linux installing instructions incomplete
Then change them! That's the whole point of a Wiki.
Re: Linux installing instructions incomplete
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.
and editing stuff in your wiki. I gave you the information, use it or just let it be.