README: add deps

This commit is contained in:
Vaxry 2024-04-20 13:27:49 +01:00
parent f58a3f56e8
commit a879863993
1 changed files with 7 additions and 0 deletions

View File

@ -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