You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
Tried to compile this today and it seems that Freetype has a dependancy on bzip2. Adding "-lbz2" to LIBS seems to correct the problem. This is compiling using the latest release of devKitPro on Pacman.
Tried to compile this today and it seems that Freetype has a dependancy on bzip2. Adding "-lbz2" to LIBS seems to correct the problem. This is compiling using the latest release of devKitPro on Pacman.
LIBS := -lfreetype -lpng -lz -lcitro3d -lctru -lm -lbz2
The text was updated successfully, but these errors were encountered: