-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Manuel Astudillo edited this page Feb 3, 2019
·
8 revisions
As a minimum we need an Xorg install:
pacman -S xorg-server xorg-xinit xinit-xsession mesa
An AppImage requires the following dependencies preinstalled:
# pacman -S fuse xdg-utils nss gtk3
To run the player from a console terminal:
$ startx ./castmill-player_0.1.0_x86_64.AppImage
We need a display manager so that we can start the player automatically at boot. We will use lightdm: