mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-03 00:06:06 +00:00
Update README with dependencies and OSMC support
This commit is contained in:
parent
64f4bf38bb
commit
8d064e67ac
10
README.md
10
README.md
@ -63,7 +63,7 @@ For a demo see this [video](https://www.youtube.com/watch?v=XRW6O0bSHNw).
|
|||||||
Use Ctrl+Alt+Shift+Q to exit streaming session
|
Use Ctrl+Alt+Shift+Q to exit streaming session
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
Prebuilt binary packages for Raspbian Wheezy are available, add this line to your */etc/apt/sources.list*
|
Prebuilt binary packages for Raspbian Wheezy and OSMC are available, add this line to your */etc/apt/sources.list*
|
||||||
```
|
```
|
||||||
deb http://archive.itimmer.nl/raspbian/moonlight wheezy main
|
deb http://archive.itimmer.nl/raspbian/moonlight wheezy main
|
||||||
```
|
```
|
||||||
@ -116,11 +116,13 @@ pacman -S (package list)
|
|||||||
* alsa-lib
|
* alsa-lib
|
||||||
* avahi
|
* avahi
|
||||||
* libevdev
|
* libevdev
|
||||||
|
* raspberrypi-firmware-tools (Raspberry Pi)
|
||||||
|
* imx-vpu (iMX.6)
|
||||||
|
|
||||||
For compilation and development you also need:
|
For compilation and development you also need:
|
||||||
* cmake
|
* cmake
|
||||||
|
|
||||||
### Debian (Raspbian)
|
### Debian (Raspbian) / OSMC
|
||||||
Install with
|
Install with
|
||||||
```
|
```
|
||||||
apt-get install (package list)
|
apt-get install (package list)
|
||||||
@ -132,6 +134,8 @@ apt-get install (package list)
|
|||||||
* libavahi-client3
|
* libavahi-client3
|
||||||
* libcurl3
|
* libcurl3
|
||||||
* libevdev2
|
* libevdev2
|
||||||
|
* rbp-userland-osmc (Raspberry Pi and OSMC)
|
||||||
|
* libraspberrypi0 (Raspberry Pi and Raspbian)
|
||||||
|
|
||||||
For compilation and development you also need:
|
For compilation and development you also need:
|
||||||
* libssl-dev
|
* libssl-dev
|
||||||
@ -142,6 +146,8 @@ For compilation and development you also need:
|
|||||||
* libcurl4-openssl-dev
|
* libcurl4-openssl-dev
|
||||||
* libevdev-dev
|
* libevdev-dev
|
||||||
* cmake
|
* cmake
|
||||||
|
* rbp-userland-dev-osmc (Raspberry Pi and OSMC)
|
||||||
|
* libraspberrypi-dev (Raspberry Pi and Raspbian)
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user