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