No description
Find a file
2024-06-06 21:48:01 +02:00
src Use CmakeLists 2024-06-06 21:48:01 +02:00
.gitignore Use CmakeLists 2024-06-06 21:48:01 +02:00
CMakeLists.txt Use CmakeLists 2024-06-06 21:48:01 +02:00
flake.lock first commit 2024-06-05 21:07:23 +02:00
flake.nix Use CmakeLists 2024-06-06 21:48:01 +02:00
README.md First working with configuration 2024-06-05 21:14:07 +02:00

Tutorial

Compiling

mkdir bin

Server

cc -o ./bin/server ./src/server.c -lwayland-server

Client

cc -o ./bin/client ./src/client.c -lwayland-client

Run

Server

./bin/server &

Client

WAYLAND_DISPLAY=wayland-1 ./bin/client