Alien::SDL3_ttf - Build and install SDL3_ttf
use Alien::SDL3_ttf; # Don't.Alien::SDL3_ttf builds and installs SDL3_ttf.
It is not meant for direct use. Just ignore it for now.
my @libs = Alien::SDL3_ttf->dynamic_libs;Returns a list of the dynamic library or shared object files.
Depending on your platform, certain development dependencies must be for TrueType font support:
Linux (Debian/Ubuntu):
$ sudo apt-get install libfreetype-dev
macOS (using Homebrew):
$ brew install freetype
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 sanko@cpan.org