mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2024-11-08 04:15:59 +01:00
README: add deps
This commit is contained in:
parent
f58a3f56e8
commit
a879863993
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ A Hyprland implementation of wayland-scanner, in and for C++.
|
|||
hyprwayland-scanner '/path/to/proto' '/path/to/output/directory'
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
Requires a compiler with C++23 support.
|
||||
|
||||
Dep list:
|
||||
- pugixml
|
||||
|
||||
## Building
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue