Last active
December 3, 2015 00:21
-
-
Save ceesco53/0d455add8842d229dd70 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu 15.10 on the Rasberry Pi 2