Ardens icon indicating copy to clipboard operation
Ardens copied to clipboard

Compiling with preinstalled SDL2

Open przem360 opened this issue 1 year ago • 1 comments

Hi, I was hoping I could run Ardens or at least ArdensPlayer on Linux system without GUI, without X. To be specific - I would like to use Ardens on Raspberry Pi OS Lite. I have custom compiled SDL2, so other SDL2 based projects are running fine directly on framebuffer.

I don't think that it is possible to use framebuffer in SDL3. So, the question is, is it possible to compile Ardens so that it will use my installed SDL2 instead of SDL3? If it is, how can I do it?

przem360 avatar Feb 20 '24 15:02 przem360

Hi! Sorry for the late response, I'm bad at noticing GH notifications.

Can you try configuring with -DARDENS_SDL=0? Then it will use the sokol backend. If this doesn't work, I will look into supporting SDL2.

tiberiusbrown avatar Mar 01 '24 16:03 tiberiusbrown