mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2024-11-02 18:05:58 +01:00
458 B
458 B
hyprwayland-scanner
A Hyprland implementation of wayland-scanner, in and for C++.
Usage
hyprwayland-scanner '/path/to/proto' '/path/to/output/directory'
Dependencies
Requires a compiler with C++23 support.
Dep list:
- pugixml
Building
cmake -DCMAKE_INSTALL_PREFIX=/usr -B build
cmake --build build -j `nproc`
Installation
sudo cmake --install build
TODO
- Support for generating client headers