Linux build: Library libwayland-egl.so could not be loaded.
lempiy opened this issue · 0 comments
lempiy commented
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!