I'm used to using SFML on Windows, but I wanted to try it with Linux. my Linux understanding is quite small though. I got SFML installed, using Codeblocks, and compiled a test script (the one with the green circle from the tutorials) and in the release folder, I have the compiled file, as I wished for. (I think it's an elf file? there's no file extension) I can run this file on this machine by using cd to enter the file path, then entering "./filename" to launch the program. that's all fine and dandy, but I took that file, and threw it onto my other linux computer (the latest Raspberry pi) but it simply says "permission denied". I tried this with sudo su as well, same result. I expected it to at least complain that I didn't include the SFML .DLLS, but it doesn't want to run it at all. if it doesn't work on Pi, then ok that's fair. but it's not giving me an error, it's just telling me no. how are you supposed to distribute your linux compiled game? been googling, can't find any proper tutorials, I probably just don't know the right search terms. thanks!