That worked but now I get a bunch of undefined reference errors. I tried adding the path of the libfreetype.a file to the makefile a few different ways but it’s not changing anything.
That worked but now I get a bunch of undefined reference errors. I tried adding the path of the libfreetype.a file to the makefile a few different ways but it’s not changing anything.
PhilipTheBucket@ponder.cat 1 month ago
That sounds perfect. Installing the system
-devel
package and-lfreetype
is the right way to do it. Glad you got it working!