No description
Find a file
2024-06-06 22:47:34 +02:00
src NotStable: 5.2 part 2024-06-06 22:47:34 +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 Finish 5.1 part 2024-06-06 22:04:30 +02:00

Tutorial

Compiling

mkdir -p build # Create build directory
cmake -Bbuild -G Ninja # Configure build folder with ninja builder
ninja -C build

Run

./build/wayland_test_server &
WAYLAND_DISPLAY=wayland-1 ./build/wayland_test_client