Ryan C. Gordon
Ryan C. Gordon
We're rethinking some desktop API details for SDL3, so I'm bumping this to that milestone.
Okay, this is up and running now for SDL2 and SDL3. It puts everything called README-*.md without any content changes (except endline conversion) into the wiki and vice-versa. So docs/README-linux.md...
> I'm glad I put this into a PR to check because it actually caught a build error, but whoa, that _49 minute_ build time on the Haiku@QEMU runner is...
> One thing that I am curious, the assets that are on the release, are they built in the buildbot? I was trying to reproduce the [SDL2-devel-2.24.1-VC.zip](https://github.com/libsdl-org/SDL/releases/download/release-2.24.1/SDL2-devel-2.24.1-VC.zip) and I went...
FreeBSD (also a virtual machine here) took 15 minutes, which is better than 2 hours, but still. :)
> Let's make the haiku workflow `workflow_dispatch`-only then. Agreed. But being one of the more unique targets, there really _is_ a value to it building by default, if we can...
It's gotta be an old install; modern Haiku uses like...gcc8 or something, so the system frameworks are probably missing some stuff.
Right now it's not worth it to provide fallbacks for 1.0beta3 installs for stuff they added in 1.0beta4. :)
Is it worth building for 32-bit x86 Linux? I imagine the builders will mostly Just Work with `-m32` on the compiler command line (assuming the 32-bit dependencies are installed to...
Having looked at this, I'm going to decline to change this; SDL takes a lot of pains to deal with X11's async nature but also present a consistent API, and...