You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to get the Linux binary to build with its dependencies (libGLEW and libglfw) linked statically
This has been a challenge to get working on OSX and Windows, so these are distributed with the dynamic libraries instead.
For OSX the gomeboy application is invoked with a thin shell script wrapper that sets DYLD_LIBRARY_PATH pointing to the lib directory distributed with the emulator.
For Windows you can just put the DLLs in the same directory as the binary and it will dynamically link against them.
I've raised issues #33 and #34 to investigate these
The go-gl/glfw and go-gl/gl go libraries bind to the C libraries which need to be installed on your machine to work.
This is a pain for distribution, so it's worth investigating the following
e.g.
etc
The text was updated successfully, but these errors were encountered: