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

[linux appimage] Doesn't work without installed sdl2 libraries #169

Open
Amlor opened this issue Dec 27, 2024 · 3 comments
Open

[linux appimage] Doesn't work without installed sdl2 libraries #169

Amlor opened this issue Dec 27, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Amlor
Copy link

Amlor commented Dec 27, 2024

Should probably bundle SDL2* into the appimage
image

@Amlor Amlor added the bug Something isn't working label Dec 27, 2024
@dalerank
Copy link
Owner

Can we add .so in image?
Or better use static link instead?

@Amlor
Copy link
Author

Amlor commented Dec 27, 2024

I'll look into it

@Amlor
Copy link
Author

Amlor commented Dec 27, 2024

Okay, so I checked it out a bit more and have realized that it's not, in fact, and AppImage, just the main executable.
AppImages are more alike to mac apps, they can be mounted like a disk and have an internal file tree.

What I will do next:

  1. Update readme with instructions to install dependencies. Clarify build names to reflect what is actually produced.
  2. Try to create rpm/deb (arch linux AUR?) packages that will install their dependencies automatically
  3. Create an actual AppImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants