소스 검색

Add note to README that the armhf build won't work on RPi1/Zero (#199)

see e. g. #171
herrernst 8 년 전
부모
커밋
2259188f19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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
 
 ```