add make protocols

This commit is contained in:
vaxerski 2022-12-19 22:49:59 +00:00
parent 211f9a808d
commit 96eec007bc
1 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ cd into the hyprland repo.
for legacy renderer:
```plain
sudo make clear && sudo make config && make legacyrenderer && sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
sudo make clear && sudo make config && make protocols && make legacyrenderer && sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
```
_please note the legacy renderer may not support some graphical features._
@ -152,7 +152,7 @@ _please note the legacy renderer may not support some graphical features._
`debug` `legacyrenderer` `legacyrendererdebug`)
```plain
sudo make clear && sudo make config && make [PRESET] && sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
sudo make clear && sudo make config && make protocols && make [PRESET] && sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
```
## Custom Build flags
@ -172,7 +172,7 @@ Go to the root repo.
Clean before everything and config the root:
```plain
make clear && sudo make config
make clear && sudo make config && make protocols
```
Then, configure CMake: