Weston: Difference between revisions

From Alpine Linux
(Explain steps, link to related pages)
(Link to upstream)
 
(One intermediate revision by the same user not shown)
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:
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]]

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

References

https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md