Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 486 Bytes

SDL_ttf PHP extension

SDL_ttf for PHP allows you to use TrueType fonts to render text in SDL applications. It requires SDL PHP extension.

Building

phpize
./configure --enable-sdl_ttf
make
sudo make install

Run tests with installed PHP (avoids skipped tests):

php run-tests.php --show-diff -q

Requirements

Require PHP 8+ and SDL PHP extension

pecl install sdl-devel