diff --git a/Full-details-for-Compilation-and-Installation-in-Raspbian-Or-OSMC.md b/Full-details-for-Compilation-and-Installation-in-Raspbian-Or-OSMC.md index 9a2a0fb..d34e707 100644 --- a/Full-details-for-Compilation-and-Installation-in-Raspbian-Or-OSMC.md +++ b/Full-details-for-Compilation-and-Installation-in-Raspbian-Or-OSMC.md @@ -2,21 +2,21 @@ A lot of people are having problems in "compiling" and installing moonlight-embe 1) First of all make sure you uninstall previous moonlight-embedded version (if) installed to keep things clear (if you have a new raspbian/osmc image omit this and go directly to step 2): -_sudo apt-get purge moonlight-embedded_ +sudo apt-get purge moonlight-embedded 2) Then you have to: -_sudo apt-get update_ +sudo apt-get update -_sudo apt-get install git libopus0 libexpat1 libasound2 libudev1 libavahi-client3 libcurl3 libevdev2 libenet7 libssl-dev libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev libexpat1-dev libpulse-dev uuid-dev libenet-dev cmake gcc g++ fakeroot debhelper_ +sudo apt-get install git libopus0 libexpat1 libasound2 libudev1 libavahi-client3 libcurl3 libevdev2 libenet7 libssl-dev libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev libexpat1-dev libpulse-dev uuid-dev libenet-dev cmake gcc g++ fakeroot debhelper 3) Afterwards use the below command (if y have OSMC) -_sudo apt-get install rbp-userland-dev-osmc_ +sudo apt-get install rbp-userland-dev-osmc Or if you have Raspbian image: -_sudo apt-get install libraspberrypi-dev_ +sudo apt-get install libraspberrypi-dev 4) Then donwload the moonlight-embedded sources, compile and install it with these commands: @@ -32,7 +32,7 @@ sudo ldconfig 5) Lastly, reboot your machine: -_sudo shutdown -r now_ +sudo shutdown -r now Hope this helps:)