267 B
267 B
Tutorial
Compiling
Server
cc -o server server.c -lwayland-server
Client
cc -o client client.c -lwayland-client
Run
Server
./server &
Client
WAYLAND_DISPLAY=wayland-1 ./client