From 2259188f19ae9f14397cf013f5939c26cc1bb4c2 Mon Sep 17 00:00:00 2001 From: herrernst Date: Wed, 14 Jun 2017 00:14:21 +0200 Subject: [PATCH] Add note to README that the armhf build won't work on RPi1/Zero (#199) see e. g. #171 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a825733..b90de7c 100644 --- a/README.md +++ b/README.md @@ -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 . ``` -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 ```