Updated Full details for Compilation and Installation in Raspbian Or OSMC (markdown)

Cameron Gutman
2021-08-08 10:28:54 -05:00
parent c01648e1f0
commit 4bdebc13f7

@@ -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 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 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++
```
3) Also, if you have OSMC:
```
@@ -18,15 +18,15 @@ Or if you have Raspbian:
```
sudo apt-get install libraspberrypi-dev
```
4) Then donwload the moonlight-embedded sources, compile and install it with these commands:
4) Then download the moonlight-embedded sources, compile and install it with these commands:
```
git clone https://github.com/irtimmer/moonlight-embedded.git
git clone https://github.com/moonlight-stream/moonlight-embedded.git
cd moonlight-embedded
git submodule update --init
git submodule update --init --recursive
mkdir build
cd build/
cmake ../
make
make -j$(nproc)
sudo make install
sudo ldconfig
```