From 6ba666f8d0290ededd6b9a77040d589995924a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Gal=C3=A1n?= Date: Wed, 20 Mar 2024 14:44:44 +0100 Subject: [PATCH] Add instructions for compiling to Nerves --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edc2666..d0b7028 100644 --- a/README.md +++ b/README.md @@ -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