Update BuildPrerequisites.md

This commit is contained in:
Robin Davies
2022-03-08 13:21:51 -05:00
committed by GitHub
parent 37358f6329
commit 994aed4091
+12 -2
View File
@@ -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.