Compiling on linux fails to locate libraylib.so
Closed this issue · 2 comments
Tuatarian commented
full error:
could not load: libraylib.so (compile with -d:nimDebugDlOpen for more information) Error: execution of an external program failed: '/mnt/d/Scripts/Misc/Nim/Nim/nim-chess/chess
I've tried compiling the examples in the /examples directory
Guevara-chan commented
Tuatarian commented
I ended up having to use more absolute paths (./libraylib.so instead of just libraylib.so)