1.2 KiB
Using this package
This package contains SDL3_ttf built for the mingw-w64 toolchain.
The files for 32-bit architecture are in i686-w64-mingw32 The files for 64-bit architecture are in x86_64-w64-mingw32
You can install them to another location, just type make for help.
To use this package, install the latest SDL3 package, point your include path at arch/include and your library path at arch/lib, link with the SDL3_ttf library and copy arch/bin/SDL3_ttf.dll next to your executable.
e.g.
gcc -o hello.exe hello.c -Ix86_64-w64-mingw32/include -Lx86_64-w64-mingw32/lib -lSDL3_ttf -lSDL3
cp x86_64-w64-mingw32/bin/SDL3_ttf.dll .
cp _SDL3_INSTALL_PATH_/bin/SDL3.dll .
./hello.exe
Documentation
An API reference and additional documentation is available at:
https://wiki.libsdl.org/SDL3_ttf
Discussions
Discord
You can join the official Discord server at:
https://discord.com/invite/BwpFGBWsv8
Forums/mailing lists
You can join SDL development discussions at:
Once you sign up, you can use the forum through the website or as a mailing list from your email client.
Announcement list
You can sign up for the low traffic announcement list at: