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

Bundle all libs, use Artix linux as base #7

Merged
merged 68 commits into from
Jan 13, 2025
Merged

Bundle all libs, use Artix linux as base #7

merged 68 commits into from
Jan 13, 2025

Conversation

Samueru-sama
Copy link
Member

We are no longer building dolphin and instead just taking the dolphin binaries from the Arch repo.

Ideally we should build dolphin, but in the meantime using the arch package is good enough.

The reason I moved away from debian is because of issues with alsa-pipewire libs that can't be found, so I don't have sound on my system.


Something interesting is that the dolphin binary from the Arch repos does not check for a Sys dir next to it unlike the one that was compiled on debian, very likely this feature was disabled for some reason at compile time.

This means that the binary is hardcoded to look into /usr/share/dolphin-emu/sys to find its files.

To fix this issue this amazing library was used here.


Now the resulting AppImage works on all linux systems for good, tested it on alpine container (no glibc) and it works.

@Samueru-sama Samueru-sama marked this pull request as ready for review January 13, 2025 16:31
@lucasmz1 lucasmz1 merged commit 2cbb9da into main Jan 13, 2025
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants