ptitSeb / zandronum

Zandronum, with ARM support. Status: working
Other
7 stars 3 forks source link

Audio #4

Open the-w-affle opened 1 year ago

the-w-affle commented 1 year ago

I'm confused - so there is no audio support?

ptitSeb commented 1 year ago

The port have FMOD and OpenAL audio support. You need to enable the backend at compile time.

the-w-affle commented 1 year ago

Can you point me to documentation on how to do that?

ptitSeb commented 1 year ago

install ccmake (should be something like sudo apt install cmake-gui-curses on debian/ubuntu linux familly), and use ccmake .. instead of cmake .. when configuring. You'll have a GUI of the cmakle options so you can choose OpenAL if you want.