mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update CompileHowto.md
This commit is contained in:
parent
4099d12d9a
commit
b00b38791d
@ -25,14 +25,22 @@ wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/
|
||||
```
|
||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t i386
|
||||
```
|
||||
**Raspberry Pi v1 & ZERO**
|
||||
**Raspberry Pi v1 & ZERO (Raspbian Stretch)**
|
||||
```
|
||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t armv6hf
|
||||
```
|
||||
**Raspberry Pi 2 & 3**
|
||||
**Raspberry Pi 2 & 3 (Raspbian Stretch)**
|
||||
```
|
||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t armv7hf
|
||||
```
|
||||
**Raspberry Pi v1 & ZERO (Raspbian Buster)**
|
||||
```
|
||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t armv6hf-buster
|
||||
```
|
||||
**Raspberry Pi 2 & 3 (Raspbian Buster**
|
||||
```
|
||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -t armv7hf-buster
|
||||
```
|
||||
|
||||
# The usual way
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user