From eedb561703bc6d2c3427e8d78ba42b362dd8d55e Mon Sep 17 00:00:00 2001 From: rerdavies Date: Fri, 3 Sep 2021 17:53:57 -0400 Subject: [PATCH] Update README.md libwebsocketpp-dev build dependency. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26eacaa..6550dac 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Run the following commands to install dependent libraries required by the PiPeda 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 + sudo apt install libwebsocketpp-dev Run the following command to install and configure React dependencies.