hyprwayland-scanner/README.md

22 lines
295 B
Markdown
Raw Normal View History

2024-04-20 00:00:04 +02:00
# hyprwayland-scanner
A Hyprland implementation of wayland-scanner, in and for C++.
2024-04-20 02:06:51 +02:00
## 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
```