Weston: Difference between revisions
(Removed redirect to Wayland) Tag: Removed redirect |
WhyNotHugo (talk | contribs) (Link to existing instructions for XDG_RUNTIME_DIR) |
||
Line 3: | Line 3: | ||
Steps to install Weston on Alpine 3.20 | Steps to install Weston on Alpine 3.20 | ||
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: <code>weston</code> | |||
==== References ==== | ==== References ==== | ||
https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md | https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md |
Revision as of 16:19, 26 May 2024
Installation
Steps to install Weston on Alpine 3.20
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