NAME

Alien::SDL3_image - Build and install SDL3_image

SYNOPSIS

use Alien::SDL3_image; # Don't.

DESCRIPTION

Alien::SDL3_image builds and installs SDL2_image.

It is not meant for direct use. Just ignore it for now.

METHODS

dynamic_libs( )

my @libs = Alien::SDL3_image->dynamic_libs;

Returns a list of the dynamic library or shared object files.

Prerequisites

Depending on your platform, certain development dependencies must be present.

These are required for building SDL2_image for image loading support:

Linux (Debian/Ubuntu):

$ sudo apt-get install libpng-dev libjpeg-dev libwebp-dev

macOS (using Homebrew):

$ brew install libpng jpeg-turbo libwebp

LICENSE

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.

AUTHOR

Sanko Robinson <sanko@cpan.org>