Closed cnlohr closed 1 month ago
Did you run external/download.sh to get the vendored libraries?
SDL_ttf provides it's own copies of those libraries and builds them into SDL_ttf.
Yes, it was all gotten via the download script. I tried setting -DSDLTTF_FREETYPE_VENDORED=ON
to no avail. And, in my SDL_ttf/external
folder is freetype
- fully populated.
Oh, try this:
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSDLTTF_HARFBUZZ=ON -DSDLTTF_VENDORED=ON ..
SDLTTF
vs SDL3TTF
That was it.
When building on ARM64 debian, if I install
I can validate the installation with the following:
But when I try to run cmake, I get the following:
But nothing in the CMakeOutput.log file contains freetype, ft, etc...
Any idea what is going on here or how to resolve the issue?