mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Add note to README that the armhf build won't work on RPi1/Zero (#199)
see e. g. #171
This commit is contained in:
parent
d09f469aad
commit
2259188f19
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Build the image from the root of the project with the following command :
|
||||||
$ docker build -t librespot-cross -f contrib/Dockerfile .
|
$ docker build -t librespot-cross -f contrib/Dockerfile .
|
||||||
```
|
```
|
||||||
|
|
||||||
The resulting image can be used to build librespot for linux x86_64, armhf and armel.
|
The resulting image can be used to build librespot for linux x86_64, armhf (compatible e. g. with Raspberry Pi 2 or 3, but not with Raspberry Pi 1 or Zero) and armel.
|
||||||
The compiled binaries will be located in /tmp/librespot-build
|
The compiled binaries will be located in /tmp/librespot-build
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue