From 7aef60c5ac399e9548870058f813a8cea88ac735 Mon Sep 17 00:00:00 2001 From: rerdavies Date: Sat, 28 Aug 2021 01:30:56 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c41ffb8..264f2f6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ Run the following commands to install dependent components required by the PiPed sudo apt update sudo apt install liblilv-dev libboost-dev libjack-jackd2-dev libnl-3-dev libnl-genl-3-dev libsystemd-dev catch + sudo apt install libasound2-dev The PiPedal build process also requires version 14 or later of `node.js`. Type `node --version` to see if you have a version of `node.js` installed already. Otherwise run the following commands as root to install the v14.x lts version of `node.js`: