NAME
Alien::libsdl2 - Find or download and install libsdl2
SYNOPSIS
use strict;
use warnings;
use ExtUtils::MakeMaker;
use Config;
use Alien::Base::Wrapper ();
WriteMakefile(
Alien::Base::Wrapper->new('Alien::libsdl2')->mm_args2(
...
CONFIGURE_REQUIRES => {
'Alien::libsdl2' => '0'
},
...
),
);
DESCRIPTION
SEE ALSO
Alien::SDL2 - Ancient Alien for SDL2 (builds w/ SDL2-2.0.0 from 2013)
Platform Support
This dist has been tested on various modern versions of perl on Windows
Server 2019, Ubuntu (20.04.2), and OSX (10.15.7). See
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>