Weston: Difference between revisions
WhyNotHugo (talk | contribs) (Add categories) |
WhyNotHugo (talk | contribs) (Link to upstream) |
||
Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
Steps to install Weston on Alpine 3.20 | Steps to install [https://gitlab.freedesktop.org/wayland/weston/ Weston] on Alpine 3.20 | ||
* Install weston and necessary dependencies: | * Install weston and necessary dependencies: |
Latest revision as of 13:11, 16 August 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