mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-10 11:04:10 -04:00
update dependency in docs
This commit is contained in:
parent
621ea37a24
commit
6d3f7b4abb
2 changed files with 4 additions and 4 deletions
|
|
@ -286,7 +286,7 @@ You will need to build `wlroots` and `scenefx` manually as well.
|
|||
Clone and install the specific version required (check README for latest version).
|
||||
|
||||
```bash
|
||||
git clone -b 0.19.3 https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
git clone -b 0.20.2 https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
cd wlroots
|
||||
meson build -Dprefix=/usr
|
||||
sudo ninja -C build install
|
||||
|
|
@ -296,7 +296,7 @@ You will need to build `wlroots` and `scenefx` manually as well.
|
|||
This library handles the visual effects.
|
||||
|
||||
```bash
|
||||
git clone -b 0.4.1 https://github.com/wlrfx/scenefx.git
|
||||
git clone -b 0.5.0 https://github.com/wlrfx/scenefx.git
|
||||
cd scenefx
|
||||
meson build -Dprefix=/usr
|
||||
sudo ninja -C build install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue