wayland-scanner
Development files for wayland
Install
- All systems
-
curl cmd.cat/wayland-scanner.sh
- Debian
-
apt-get install libwayland0-dbg
- Ubuntu
-
apt-get install libwayland-dev
- Alpine
-
apk add wayland
- Arch Linux
-
pacman -S wayland
- Kali Linux
-
apt-get install libwayland-bin
- CentOS
-
yum install wayland-devel
- Fedora
-
dnf install wayland-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libwayland-dev
- Raspbian
-
apt-get install libwayland-dev
- Dockerfile
- dockerfile.run/wayland-scanner
- Docker
-
docker run cmd.cat/wayland-scanner wayland-scanner
powered by Commando
wayland-devel
Development files for wayland
libwayland-bin
wayland compositor infrastructure - binary utilities
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 binary utilities
libwayland-dev
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.