you need to install ttf, kinda pissed but alright, and theres a .sh file so you can actually run the .so files

This commit is contained in:
2026-01-21 15:42:26 -06:00
parent e7d9c013f4
commit a698c0eb41
6 changed files with 2376 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SDL2_ttf
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
Version: 2.24.0
Requires: sdl2 >= 2.0.10
Libs: -L${libdir} -lSDL2_ttf
Cflags: -I${includedir}/SDL2
Requires.private: freetype2
Libs.private: