add make protocols

This commit is contained in:
vaxerski 2022-12-19 22:49:59 +00:00
parent 211f9a808d
commit 96eec007bc

View file

@ -144,7 +144,7 @@ cd into the hyprland repo.
for legacy renderer: for legacy renderer:
```plain ```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._ _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`) `debug` `legacyrenderer` `legacyrendererdebug`)
```plain ```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 ## Custom Build flags
@ -172,7 +172,7 @@ Go to the root repo.
Clean before everything and config the root: Clean before everything and config the root:
```plain ```plain
make clear && sudo make config make clear && sudo make config && make protocols
``` ```
Then, configure CMake: Then, configure CMake: