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
Running this project on linux (in my case Ubuntu 17.10) may cause an error:
Library libwayland-egl.so could not be loaded.
As I found in other issues with similar problem, its due to inconsistency between new version of wayland and glutin=0.10.1 used by piston.
Fixed this by installing dev version of mesa drivers: apt-get install libegl1-mesa-dev
I hope there will be a better solution.
Thanks for tutorial!
The text was updated successfully, but these errors were encountered:
lempiy
changed the title
Linux build
Linux build: Library libwayland-egl.so could not be loaded.
Jan 31, 2018
Running this project on linux (in my case Ubuntu 17.10) may cause an error:
As I found in other issues with similar problem, its due to inconsistency between new version of wayland and glutin=0.10.1 used by piston.
Fixed this by installing dev version of mesa drivers:
apt-get install libegl1-mesa-dev
I hope there will be a better solution.
Thanks for tutorial!
The text was updated successfully, but these errors were encountered: