dgcor / DGEngine

An implementation of the Diablo 1 game engine
Other
243 stars 30 forks source link

Steam Deck packaging request #41

Open staticnation opened 1 year ago

staticnation commented 1 year ago

Simple request to package a version compatible with steam deck (glibc 2.33) I understand this may not be a priority, but if its not overly difficult it would be appreciated

(1)(deck@NullDeck DGEngine)$ ldd --version
ldd (GNU libc) 2.33
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
(deck@NullDeck DGEngine)$ ./DGEngine*.AppImage
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by ./DGEngine-x86_64.AppImage)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libsfml-window.so.2.6)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libsfml-system.so.2.6)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libopenal.so.1)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libudev.so.1)
(1)(deck@NullDeck DGEngine)$ 
dgcor commented 1 year ago

I'll see what can be done.

dgcor commented 1 year ago

You can try again using the AppImage, which has been updated to build under ubuntu 20.04:

https://github.com/dgcor/DGEngine/releases/tag/v1.0

staticnation commented 1 year ago

works great thank you!

On Thu, Dec 1, 2022 at 11:10 AM dgcor @.***> wrote:

You can try again using the AppImage, which has been updated to build under ubuntu 20.04:

https://github.com/dgcor/DGEngine/releases/tag/v1.0

— Reply to this email directly, view it on GitHub https://github.com/dgcor/DGEngine/issues/41#issuecomment-1334225952, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATZMZGLV73EQJGQ2NRYNI3WLDZY5ANCNFSM6AAAAAARNZIAIA . You are receiving this because you authored the thread.Message ID: @.***>