Jump to content

Compiling Zandronum on Linux: Difference between revisions

changes to fmod compiling for zandronum
No edit summary
(changes to fmod compiling for zandronum)
Line 122: Line 122:


== Download FMOD ==
== Download FMOD ==
'''3.1'''
Download FMOD 4.44.64 and extract files to zandronum directory:
<pre>
cd ~/zandronum_build &&
wget -nc https://zandronum.com/essentials/fmod/fmodapi44464linux.tar.gz &&
tar -xvzf fmodapi44464linux.tar.gz -C zandronum
</pre>
'''3.0'''
Download FMOD 4.24.16 32-bit or 64-bit and extract files to zandronum directory:
Download FMOD 4.24.16 32-bit or 64-bit and extract files to zandronum directory:
<pre>
<pre>