Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SDL binaries & adapt build scripts so SDL can be built locally (without CI) #191

Open
Susko3 opened this issue Dec 31, 2024 · 1 comment

Comments

@Susko3
Copy link
Member

Susko3 commented Dec 31, 2024

The end goal for this issue is to remove SDL binaries from this repository. Instead, the native libs should be built as needed: when testing locally and when deploying to nuget.

This will make deploying to nuget a one step process (as opposed to current Build native → Deploy). Testing local SDL changes will also be easier (I currently build SDL with Rider, and then copy the DLLs).

As a bonus, we can build SDL in debug mode when testing. SDL might hit an assertion that makes debugging easier (and we know it's not our code, but SDL's that has issues).

@sr229
Copy link

sr229 commented Feb 7, 2025

I'll see if I can take a crack into this, especially if we want to work with multiarch compilations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants