mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-04 00:36:01 +00:00
Add Debian package creation
parent
63ef28b051
commit
92d301cf7b
@ -13,6 +13,13 @@ make
|
|||||||
make install
|
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
|
## Dependencies
|
||||||
|
|
||||||
### ArchLinux
|
### ArchLinux
|
||||||
@ -58,3 +65,5 @@ For compilation and development you also need:
|
|||||||
* cmake
|
* cmake
|
||||||
* rbp-userland-dev-osmc (Raspberry Pi and OSMC)
|
* rbp-userland-dev-osmc (Raspberry Pi and OSMC)
|
||||||
* libraspberrypi-dev (Raspberry Pi and Raspbian)
|
* libraspberrypi-dev (Raspberry Pi and Raspbian)
|
||||||
|
* fakeroot (Package creation)
|
||||||
|
* debhelper (Package creation)
|
Loading…
x
Reference in New Issue
Block a user