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 Apr 2, 2020. It is now read-only.
I had to add some stuff to your makefile for this to compile on windows:
-lopusfile, -lopus, -lwebp
So the libs part of the makefile should look like this:
LIBS := -lpu -lfreetype -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lSDL2_mixer -lmodplug -lmpg123 -lopusfile -lopus -lwebp -lvorbisidec -logg -lSDL2 -lEGL -lGLESv2 -lglapi -ldrm_nouveau -lpng -ljpeg
sdl2-config --libs
freetype-config --libs
-lnxThen it compiles without errors.
The text was updated successfully, but these errors were encountered: