Alien::SDL3_mixer - Build and install SDL3_mixer
use Alien::SDL3_mixer; # Don't.Alien::SDL3_mixer builds and installs SDL3_mixer.
It is not meant for direct use. Just ignore it for now.
my @libs = Alien::SDL3_mixer->dynamic_libs;Returns a list of the dynamic library or shared object files.
Depending on your platform, certain development dependencies must be present.
These are required for building SDL3_mixer for audio loading support:
Linux (Debian/Ubuntu):
$ sudo apt-get install libflac-dev libvorbis-dev libvorbisfile-dev libopus-dev
macOS (using Homebrew):
$ brew install flac libvorbis opus
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License 2. Other copyrights, terms, and conditions may apply to data transmitted through this module.
Sanko Robinson [email protected]