mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-03 08:15:34 +00:00
Add Debian package creation
parent
63ef28b051
commit
92d301cf7b
@ -13,6 +13,13 @@ make
|
||||
make install
|
||||
```
|
||||
|
||||
### Raspbian
|
||||
|
||||
Debian required a patch to compile correctly. This patch is available in /debian/patches. A .deb package can automatically be created by running:
|
||||
```
|
||||
fakeroot debian/rules binary
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
### ArchLinux
|
||||
@ -58,3 +65,5 @@ For compilation and development you also need:
|
||||
* cmake
|
||||
* rbp-userland-dev-osmc (Raspberry Pi and OSMC)
|
||||
* libraspberrypi-dev (Raspberry Pi and Raspbian)
|
||||
* fakeroot (Package creation)
|
||||
* debhelper (Package creation)
|
Loading…
x
Reference in New Issue
Block a user