You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backcountrymountains edited this page Aug 5, 2021
·
13 revisions
Compilation
Download and extract Moonlight Embedded from release or git clone
Install development dependencies (see Dependencies)
Initialize the git submodules git submodule update --init --recursive
Build and install using the following commands
mkdir build
cd build/
cmake ../
make
make install
Raspbian
Debian required a patch to compile correctly. This patch is available in /debian/patches in the debian/wheezy and debian/jessie branch. A .deb package can automatically be created by running: