How to Install libwayland-dev in Ubuntu 18.04



Install libwayland-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libwayland-dev

Description:

wayland compositor infrastructure - development files

Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development headers for the Wayland libraries. Non-developers likely have little use for this package.

Homepage: https://wayland.freedesktop.org/

Version: 1.14.0-2

Section: libdevel