From 82bb64401cdd713b96c8e3522a25089c9c4873b6 Mon Sep 17 00:00:00 2001 From: Eugene Romero Date: Sat, 4 Jun 2022 21:40:25 +0200 Subject: [PATCH] Make was not installed by default for me in OSMC, so the cmake command failed. Added the needed dependency. --- ...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 90a663c..2868d34 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 @@ -8,7 +8,7 @@ sudo apt-get purge moonlight-embedded ``` sudo apt-get update -sudo apt-get install git libopus0 libexpat1 libasound2 libudev1 libavahi-client3 libcurl4 libevdev2 libssl-dev libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev libexpat1-dev libpulse-dev uuid-dev cmake gcc g++ +sudo apt-get install git libopus0 libexpat1 libasound2 libudev1 libavahi-client3 libcurl4 libevdev2 libssl-dev libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev libexpat1-dev libpulse-dev uuid-dev cmake make gcc g++ ``` 3) Also, if you have OSMC: ```