Weston: Difference between revisions
WhyNotHugo (talk | contribs) (Explain steps, link to related pages) |
WhyNotHugo (talk | contribs) (Add categories) |
||
Line 19: | Line 19: | ||
==== References ==== | ==== References ==== | ||
https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md | https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md | ||
[[Category:Compositor]] | |||
[[Category:Desktop]] | |||
[[Category:Wayland]] |
Revision as of 21:11, 2 June 2024
Installation
Steps to install Weston on Alpine 3.20
- Install weston and necessary dependencies:
doas apk add weston weston-backend-drm seatd weston-backend-wayland weston-shell-desktop weston-terminal font-dejavu
doas rc-update add seatd doas adduser $USER seat doas setup-devd udev
- Set up XDG_RUNTIME_DIR.
- Reboot
- Start weston with:
weston
References
https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md