ronitsinha / almia-randomizer

Rom-hacking randomizer for Pokemon Ranger: Shadows of Almia
1 stars 1 forks source link

Windows version requires MinGW #2

Closed pokemonlover1234 closed 12 months ago

pokemonlover1234 commented 1 year ago

Hello - when I was setting up earlier, I noticed that the Windows version will throw up a missing DLL error if you dont have MinGW installed (I looked up the dll). I managed to run the linux version through WSL.

Can you either remove that dependency somehow, see if bundling the DLL in the release would work, or make the dependency clear in the Readme?

pokemonlover1234 commented 1 year ago

I just realized I didnt actually post the DLL thats required. Not at my pc rn. I'll update tomorrow.

pokemonlover1234 commented 1 year ago

image Apologies for the delay

Through a dependency viewer, I have also seen that it needs libstdc++-6.dll

ronitsinha commented 1 year ago

Thanks for bringing this to my attention. I'll look into making the build work without unspecified dependencies.