Replies: 14 comments
-
If you're on Debian (Or another OS that utilizes apt) try installing the |
Beta Was this translation helpful? Give feedback.
-
I'm on Fedora, sadly D: |
Beta Was this translation helpful? Give feedback.
-
Maybe Fedora has a similar package in their repositories? Try to find one specified as a lib / dev package. https://fedora.pkgs.org/36/fedora-aarch64/libGLEW-2.2.0-2.fc36.aarch64.rpm.html https://fedora.pkgs.org/36/fedora-aarch64/glew-devel-2.2.0-2.fc36.aarch64.rpm.html I don't use Fedora, but these packages seem promising. |
Beta Was this translation helpful? Give feedback.
-
Thanks! That seemed to fix that issue, but now I'm missing something else: This one is a bit harder for me to find... I've seen people say to do
but no equivalent for dnf... |
Beta Was this translation helpful? Give feedback.
-
Hmmmm.. from looking at the repository, you might be able to fix that by installing either: https://fedora.pkgs.org/36/fedora-aarch64/SDL_mixer-1.2.12-24.fc36.aarch64.rpm.html I'm currently having some issues with the makefile trying to find SDL_mixer.h, but it might be different with this. Hopefully one of these packages work for you! The main dev would know more. |
Beta Was this translation helpful? Give feedback.
-
They didn't, sadly |
Beta Was this translation helpful? Give feedback.
-
Oh wait, installing https://fedora.pkgs.org/36/fedora-x86_64/SDL_image-devel-1.2.12-30.fc36.x86_64.rpm.html seemed to fix that! |
Beta Was this translation helpful? Give feedback.
-
Now I'm getting a new type of error...
Which, I'm not sure how to fix this one... |
Beta Was this translation helpful? Give feedback.
-
Is FFmpeg installed? What about these libraries? |
Beta Was this translation helpful? Give feedback.
-
Installing those seem to have worked! It said FFmpeg was already installed but I guess I need those, as well.
Thank you for willing to help, btw |
Beta Was this translation helpful? Give feedback.
-
I was reading through older issue tickets and came across this: Perhaps you have the same issue? From your error, it looks like you're also missing the xxf86vm library package. You're welcome :D |
Beta Was this translation helpful? Give feedback.
-
Installing that worked! But now... I think I'm actually having the same issue you have in #113 ... D: |
Beta Was this translation helpful? Give feedback.
-
Same as in the linked issue, go through the list of requirements in the readme and install the respective development packages. |
Beta Was this translation helpful? Give feedback.
-
@Freeplayg please check the requirements specified in the readme and ensure that you have the right (dev/lib) packages for those installed. |
Beta Was this translation helpful? Give feedback.
-
Unless I'm being dumb because new to linux, I think glew is already installed. If not, can someone please tell how to install it?
Beta Was this translation helpful? Give feedback.
All reactions