Skip to content

Linux build: Library libwayland-egl.so could not be loaded. #1

Open
@lempiy

Description

@lempiy

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions