sverx / devkitSMS

development kit and libraries for SEGA Master System / SEGA Game Gear / SEGA SG-1000 / SEGA SC-3000 homebrew programming using C language (and the SDCC compiler)
224 stars 34 forks source link

Added Mac binaries #55

Closed Carl-Dixon closed 10 months ago

Carl-Dixon commented 10 months ago

Created binaries (assets2bank, folder2c, ihx2sms and makesms) for Apple Silicon.

Used PyInstaller in one file mode for assets2banks, and tested with Python uninstalled.

Successfully built first_test example.

sverx commented 10 months ago

Thanks! :smiley:

Since I prefer not to include binaries I didn't compile myself, I could instead add a note in the readme that Mac binaries are provided in your fork.

How does this sound to you?

Carl-Dixon commented 10 months ago

Completely understand. I'll try to keep this fork up to date. Give me a shout if you ever want anything testing on Mac. Thanks!

sverx commented 10 months ago

Added a note regarding Mac binaries and a link to your fork on the README.md.

Thanks! :smiley: