hyprwayland-scanner/README.md
2024-04-20 01:06:51 +01:00

21 lines
295 B
Markdown

# hyprwayland-scanner
A Hyprland implementation of wayland-scanner, in and for C++.
## Usage
```sh
hyprwayland-scanner '/path/to/proto' '/path/to/output/directory'
```
## Building
```sh
cmake -B build
cmake --build build -j`nproc`
```
### Installation
```sh
sudo cmake --install build
```