shady icon indicating copy to clipboard operation
shady copied to clipboard

Unable to install on macOS (13.4.1)

Open b005t3r opened this issue 2 years ago • 3 comments

After instaling pkg-config, mesa, glw and freeglut with MacPorts, I still get this:

Package egl was not found in the pkg-config search path.
Perhaps you should add the directory containing `egl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'egl' found
pkg-config: exit status 1```

b005t3r avatar Jul 24 '23 11:07 b005t3r

Shady uses EGL to manage OpenGL contexts. Is there a package like libegl-dev available?

polyfloyd avatar Jul 26 '23 15:07 polyfloyd

Should be a part of mesa (I think), but still it didn't work.

b005t3r avatar Jul 26 '23 17:07 b005t3r

mesa is in the x11 directory but i think macos stopped supporting it and went more into metal instead

JonnycatMeow avatar Mar 12 '24 17:03 JonnycatMeow