[openal] Raspberry Pi

Chris Robinson chris.kcat at gmail.com
Tue Oct 16 20:09:09 EDT 2018


On 10/16/18 8:53 AM, Alan Stepney wrote:
> Is there a guide or explanation of how to install then use Openal Soft on a
> Raspberry Pi perhaps with examples please?

You should be able to build and use OpenAL Soft like any other CMake 
project targeting a Raspberry Pi. Build it with a cross-compiler and 
copy it over with the other libraries your app uses.

The provided XCompile-Android.txt toolchain file should work to build 
it. Modify the CMAKE_FIND_ROOT_PATH as appropriate for the 
cross-compiler, then run cmake as described specifying the correct HOST 
for the cross-compiler prefix.


More information about the openal mailing list