From b5b5dbbc21ad89155a7cce9f133cc63719489731 Mon Sep 17 00:00:00 2001 From: Haris Date: Thu, 7 Feb 2019 11:26:38 +0200 Subject: [PATCH] Updated Full details for Compilation and Installation in Raspbian Or OSMC (markdown) --- ...ion-and-Installation-in-Raspbian-Or-OSMC.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 ee5c46c..9a2a0fb 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 @@ -20,15 +20,15 @@ _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: