Skip to content

Instantly share code, notes, and snippets.

@ceesco53
Last active December 3, 2015 00:21
Show Gist options
  • Save ceesco53/0d455add8842d229dd70 to your computer and use it in GitHub Desktop.
Save ceesco53/0d455add8842d229dd70 to your computer and use it in GitHub Desktop.
sudo apt-get install libasound2-dev libopus-dev cec-utils libevdev-tools libevdev-dev libudev-dev libcurl4-openssl-dev libssl-dev libavahi-client-dev build-essential libcec3 libcec-dev libcec-platform1v5
git clone https://github.com/irtimmer/moonlight-embedded.git
cd moonlight-embedded
git submodule init && git submodule update
mkdir build
cd build
cmake ../
make
sudo make install
sudo echo '/usr/local/lib' > /etc/ld.so.conf.d/moonlight.conf
sudo ldconfig
@ceesco53
Copy link
Author

ceesco53 commented Dec 3, 2015

Ubuntu 15.10 on the Rasberry Pi 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment