update readme

This commit is contained in:
DreamMaoMao 2025-06-08 10:38:51 +08:00
parent b0a462b6cb
commit bfa6b25641

View file

@ -68,7 +68,12 @@ yay -S maomaowm-git
## other ## other
```bash ```bash
yay -S wlroots-0.19-git # wlroots 0.19.0 release with a fix-patch to avoid crash
git clone -b 0.19.0-fix https://github.com/DreamMaoMao/wlroots.git
cd wlroots
meson build -Dprefix=/usr
sudo ninja -C build install
git clone https://github.com/DreamMaoMao/maomaowm.git git clone https://github.com/DreamMaoMao/maomaowm.git
cd maomaowm cd maomaowm
meson build -Dprefix=/usr meson build -Dprefix=/usr