mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
fixes to crashes and bugs asan info
This commit is contained in:
parent
99cbd43eb8
commit
77dc6cfb23
1 changed files with 5 additions and 0 deletions
|
@ -101,3 +101,8 @@ sudo rm -rf ./build
|
|||
meson ./build --prefix=/usr --buildtype=release
|
||||
sudo ninja -C build install
|
||||
```
|
||||
|
||||
To revert the changes to hyprland and wlroots, do inside the cloned hyprland:
|
||||
```
|
||||
make all && sudo make install
|
||||
```
|
Loading…
Reference in a new issue