Hi! Afaik, it should work ok on other computers with same OS and system libraries installed.
If some external resources are required they should be provided along the executable.
It could also be a permissions issue.
Thanks Ray.
I guess it might be, because I'm trying to use the executable on a Linux Mint LMDE(Debian) and I had made it on a Linux Mint(Ubuntu).
Right now, I'm trying to install Raylib on Linux Mint LMDE, but it's a struggle.
I have read that the installation can be as simple as this:
1. git clone https://github.com/raysan5/raylib.git
2. cd raylib
3. cmake . gives lots of errors
4. make
I fairly new to Linux and uses CodeBlocks and C99.
Worth it. The old database uses graphics.h you were inspired by. Because of the need of editing i have to address each character. The old database use extended ASCII. In the new database I have to convert to UTF8 in Raylib (Danish) when showing on the screen, but still save data as extended ASCII because of compatibility. Quite a task for a hobby programmer but doable with Raylib!
So many thanks for a great libray!