Skip to content
TJ Horner edited this page Jan 14, 2016 · 17 revisions

Raspbian/OSMC

Packages are available for the Debian based distros Raspbian and OSMC.

Add this line to your /etc/apt/sources.list for Debian Wheezy based distributions

deb http://archive.itimmer.nl/raspbian/moonlight wheezy main

Add this line to your /etc/apt/sources.list for Debian Jessie based distributions

deb http://archive.itimmer.nl/raspbian/moonlight jessie main

Install the package using

apt-get update
apt-get install moonlight-embedded

ArchLinux

Source package for ArchLinux is available in AUR

Prebuilt binary packages for ArchLinux ARM (armv6h/armv7h) are available, add those lines to you /etc/pacman.conf

[moonlight]
Server = http://archive.itimmer.nl/archlinux/$repo/os/$arch
SigLevel = Optional

Install package using the following command

pacman -Sy moonlight-embedded
Clone this wiki locally