https://github.com/perl-sdl3/alien-sdl3_ttf.pm
Build and install SDL3_ttf
https://github.com/perl-sdl3/alien-sdl3_ttf.pm
affix alien cmake ffi perl sdl sdl3 sdl3-ttf
Last synced: 8 months ago
JSON representation
Build and install SDL3_ttf
- Host: GitHub
- URL: https://github.com/perl-sdl3/alien-sdl3_ttf.pm
- Owner: Perl-SDL3
- License: other
- Created: 2025-02-28T22:48:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-17T20:14:24.000Z (8 months ago)
- Last Synced: 2025-10-22T07:02:33.822Z (8 months ago)
- Topics: affix, alien, cmake, ffi, perl, sdl, sdl3, sdl3-ttf
- Language: Perl
- Homepage: https://metacpan.org/release/Alien-SDL3_ttf
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Alien::SDL3\_ttf - Build and install SDL3\_ttf
# SYNOPSIS
```perl
use Alien::SDL3_ttf; # Don't.
```
# DESCRIPTION
Alien::SDL3\_ttf builds and installs [SDL3\_ttf](https://github.com/libsdl-org/SDL_ttf/).
It is not meant for direct use. Just ignore it for now.
# METHODS
## `dynamic_libs( )`
```perl
my @libs = Alien::SDL3_ttf->dynamic_libs;
```
Returns a list of the dynamic library or shared object files.
# Prerequisites
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
```
# 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