From b853952182b8864419799b202f75f2f04833c408 Mon Sep 17 00:00:00 2001 From: Haris Date: Thu, 12 Dec 2019 12:03:41 +0200 Subject: [PATCH] Updated Full details for Compilation and Installation in Raspbian Or OSMC (markdown) --- ...ails-for-Compilation-and-Installation-in-Raspbian-Or-OSMC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1e6a501..ac9ba1e 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 @@ -1,6 +1,6 @@ A lot of people are having problems in compiling and installing moonlight-embedded from source. Based on [the instructions from this post](https://github.com/irtimmer/moonlight-embedded/issues/716#issuecomment-445205242): -1) Supposingly you do have latest Rasbian image (found here https://www.raspberrypi.org/downloads/raspbian/) - First of all - make sure you uninstall previous moonlight-embedded version (if installed): +1) Supposingly you do have latest Raspbian image (found here https://www.raspberrypi.org/downloads/raspbian/) - First of all - make sure you uninstall previous moonlight-embedded version (if installed): ``` sudo apt-get purge moonlight-embedded ```