Skip to content
Manuel Astudillo edited this page Feb 3, 2019 · 8 revisions

Arch Linux

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

Display Manager

We need a display manager so that we can start the player automatically at boot. We will use lightdm:

Clone this wiki locally