arda-guler / miniLanding3D

OpenGL lunar lander simulation game
MIT License
3 stars 1 forks source link

failed to load GLFW3 shared lib #1

Open ohcomeonman opened 1 year ago

ohcomeonman commented 1 year ago
image

this error occured, I'm very new to coding, so I don't know how to solve it.

arda-guler commented 1 year ago

Make sure you have glfw3 set up on your system. https://www.glfw.org/

ohcomeonman commented 1 year ago

can I just clone the github source glfw and install it?

arda-guler commented 1 year ago

Most likely yes.

ohcomeonman commented 1 year ago

thank you very much!

ohcomeonman commented 1 year ago

sorry to bother again, but the issue accoured again...

image
arda-guler commented 1 year ago

You could try the answers here: https://stackoverflow.com/questions/51918633/importerror-failed-to-load-glfw3-shared-library-without-root-access-on-linux

ohcomeonman commented 1 year ago
image

this appeared when I use the method in your link

arda-guler commented 1 year ago

You probably have a problem with root permissions in your operating system, which is not my expertise. Seek help from Linux users/forums/websites.