mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
update readme
This commit is contained in:
parent
0b2b961f23
commit
1f9e260398
1 changed files with 2 additions and 7 deletions
|
|
@ -107,13 +107,10 @@ Finally, install the package:
|
|||
emerge --ask --verbose gui-wm/mangowc
|
||||
```
|
||||
|
||||
Patching wlroots is done by getting the patch with git from [the repository](https://github.com/DreamMaoMao/wlroots.git)
|
||||
and then copying it to `/etc/portage/patches/gui-libs/wlroots/`.
|
||||
|
||||
## Other
|
||||
|
||||
```bash
|
||||
git clone -b 0.19.0 https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
git clone -b 0.19.1 https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
cd wlroots
|
||||
meson build -Dprefix=/usr
|
||||
sudo ninja -C build install
|
||||
|
|
@ -249,9 +246,7 @@ To package mango for other distributions, you can check the reference setup for:
|
|||
- [arch](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mango-git).
|
||||
- [gentoo](https://data.gpo.zugaina.org/guru/gui-wm/mangowc)
|
||||
|
||||
Currently building mango requires a patched version of `wlroots-0.19`. If possible, the patch can be extracted from the [latest commit](https://github.com/DreamMaoMao/wlroots.git)
|
||||
and applied on `prepare` step. If it is not possible, you will need to create a separate `wlroots` package and make it a build dependency.
|
||||
You might also need to package `scenefx` for your distribution, check availability [here](https://github.com/wlrfx/scenefx.git).
|
||||
You might need to package `scenefx` for your distribution, check availability [here](https://github.com/wlrfx/scenefx.git).
|
||||
|
||||
If you encounter build errors when packaging `mango`, feel free to create an issue and ask a question, but
|
||||
Read The Friendly Manual on packaging software in your distribution first.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue