From 994aed4091840b39775b94aa09feb8e0c9fbf823 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Tue, 8 Mar 2022 13:21:51 -0500 Subject: [PATCH] Update BuildPrerequisites.md --- docs/BuildPrerequisites.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/BuildPrerequisites.md b/docs/BuildPrerequisites.md index 42fe62a..7c76ad3 100644 --- a/docs/BuildPrerequisites.md +++ b/docs/BuildPrerequisites.md @@ -27,7 +27,17 @@ Run the following commands to install dependent libraries required by the PiPeda sudo apt install libwebsocketpp-dev authbind sudo apt install libsdbusc++-dev libsdbusc++-bin +### Installing Sources + +If you are using Visual Studio Code, install the C/C++ Extension Pack (Microsoft). + +Clone the rerdavies/pipdal package from github. Use the source control tools from Visual Studio Code, or + + cd ~/src # or whereever you keep your source repositories. + git clone https://github.com/rerdavies/pipedal.git + Run the following command to install and configure React dependencies. - ./react-config # Configure React dependencies. - + cd ~/src/pipedal + ./react-config # Configure React NPM dependencies. +