ecopsychologer / pokedex_project

This is a Pokedex coded in C made for fun. In this repo you'll find a program that creates a simple SDL window pokedex, as well as a program for a more basic CLI pokedex
2 stars 0 forks source link

Trying to compile this for the Miyoo Mini #1

Open Yorisoft opened 11 months ago

Yorisoft commented 11 months ago

Hey there!

Great work with the project! Im trying to compile it for the retro handheld miyoo mini. First time ttrying to compile stuff.

I cant seem to figure out how to compile SDL2_tff, its asking for SDL3. Havent even tried SDL2_image since Im blocked with the first.

Got any guidance on how to compile SDL2_tff and SDL2_image, to then compile this pokedex project?

Yorisoft commented 10 months ago

I managed to get it compiling for the device!

Its not running perfectly, I suspect that has something to do with the code. Im going to try to see what small changes could be made, but thats another issue all together.

Would you please provide the resources folder? I got image/gif downloader working but they dont populate the types or misc folder.

Thanks!!!!