Skip to content

Commit

Permalink
Update CompileHowto.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Aug 11, 2020
1 parent 4099d12 commit b00b387
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CompileHowto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b00b387

Please sign in to comment.