Skip to content

Commit

Permalink
Update README.md with rapberry pi os build instructionbs (#4)
Browse files Browse the repository at this point in the history
* Update README.md

Add build instructions for raspberry pu

* Update README.md

---------

Co-authored-by: Xavier Godart <[email protected]>
  • Loading branch information
ajboni and xaviergodart authored Aug 10, 2024
1 parent da63290 commit b5cf43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5cf43b

Please sign in to comment.