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 81711cd..6a454eb 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 @@ -6,33 +6,33 @@ A lot of people are having problems in "compiling" and installing moonlight-embe 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: -git clone https://github.com/irtimmer/moonlight-embedded.git -cd moonlight-embedded -git submodule update --init -mkdir build -cd build/ -cmake ../ -make -sudo make install -sudo ldconfig +**git clone https://github.com/irtimmer/moonlight-embedded.git** +**cd moonlight-embedded** +**git submodule update --init** +**mkdir build** +**cd build/** +**cmake ../** +**make** +**sudo make install** +**sudo ldconfig** 5) Lastly, reboot your machine: -sudo shutdown -r now +**sudo shutdown -r now** Hope this helps:)