Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.7k stars 179 forks source link

Remove all binaries #324

Closed joeyparrish closed 3 months ago

joeyparrish commented 3 months ago

These are no longer needed, since they can be easily generated from source now.

Closes #297

joeyparrish commented 3 months ago

JFYI, builds are failing in CI until #322 is merged.

Stephane-D commented 3 months ago

The whole idea of the bin folder is to have prebuild binaries ready to use for windows ! Docker solution is only for people using non windows systems but I definitely want to keep the default ready-to-use windows setup (i'm using it myself).

joeyparrish commented 3 months ago

I respect your right to make whatever decision you want for your project, but the way most projects would handle this is by having binaries in GitHub releases. Someone would generally download a release with binaries, or clone source and build binaries, but generally not clone the repo for prebuilt binaries.

If you don't intend to change this, please update #297 with your reasoning and close it. Thanks!