From b5cf43bd9a9612062e94d69c8a75655ad06f381a Mon Sep 17 00:00:00 2001 From: Alexis Boni Date: Sat, 10 Aug 2024 11:03:36 -0300 Subject: [PATCH] Update README.md with rapberry pi os build instructionbs (#4) * Update README.md Add build instructions for raspberry pu * Update README.md --------- Co-authored-by: Xavier Godart --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 44719de..59daaa6 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ make GOLANG_OS=darwin build # Windows make GOLANG_OS=windows build + +# Raspberry Pi OS +sudo apt install libasound2-dev +make GOLANG_OS=linux GOLANG_ARCH=arm64 build ``` ## Usage