mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-26 06:25:59 +01:00
add make protocols
This commit is contained in:
parent
211f9a808d
commit
96eec007bc
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue