Skip to content

Commit

Permalink
Add instructions for compiling to Nerves
Browse files Browse the repository at this point in the history
  • Loading branch information
guillego authored Mar 20, 2024
1 parent 88756f7 commit 6ba666f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This package depends on the [PortAudio](http://portaudio.com/) library. The prec

When running on linux [ALSA (alsa-lib)](https://github.com/alsa-project/alsa-lib) needs to be present on the system for the precompiled build to work. In most cases it's installed by default, however in case it's not present you can install it manually.

If cross-compiling for Nerves, both PortAudio and ALSA need to be present in the target Nerves system. See [the Nerves docs](https://hexdocs.pm/nerves/customizing-systems.html) for instructions on how to build a custom nerves system.

### Manual instalation of dependencies
#### Ubuntu

Expand Down

0 comments on commit 6ba666f

Please sign in to comment.