wayland-tutorial/README.md
2024-06-05 21:07:23 +02:00

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