hey guys, I need some advice. I thought I would try out the new feature to see if I could get the rpi build of pico-8 running. I think the pandora should be well capable of running it and it only depends on libSDL2-2.0... but thats's about as far as I can get. I tried to copy a binary of libSDL2-2.0.so.1 and make an according link libSDL2-2.0.so.0 which points to it, even changed the LD_LIBRARY_PATH and exported that. Still the program fails to load, claiming libSDL2-2.0.so.0 cannot be found. What am I doing wrong? I will try again tonight and see if I've missed something, providing the path to the libraries I copied. But I even made physical copies to /usr/lib and /lib just to see if the program can find the files in the default paths and it still threw me the error.
I'll upload my starting script when I get the chance.
EDIT: forgot to mention, that I am trying to run the dynamically linked binary which people have gotten to run on other hardware, not the statically linked one as that won't run on other hardware then a real pi, as far as I can gather.
EDIT: Just thought that I might've discovered my mistake. The library I am trying to use is of course compiled for armel. Am I correct to assume that the binary will not understand how to load such a library? Maybe someone can provide an SDL2 binary precompiled for armhf, isn't Slackware armhf?