From 15b4b195303e7b1eb1e2c081a013b755a9fc69cc Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Tue, 21 Mar 2023 11:45:10 -0400 Subject: [PATCH] Added CMake extension for VS Code. --- docs/BuildPrerequisites.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/BuildPrerequisites.md b/docs/BuildPrerequisites.md index 5e2f14c..33a4c0d 100644 --- a/docs/BuildPrerequisites.md +++ b/docs/BuildPrerequisites.md @@ -29,7 +29,10 @@ Run the following commands to install dependent libraries required by the PiPeda ### Installing Sources -If you are using Visual Studio Code, install the C/C++ Extension Pack (Microsoft). +If you are using Visual Studio Code, install the following Extensions: + +- C/C++ Extension Pack (Microsoft). +- CMake Tools (Microsoft) Clone the rerdavies/pipdal package from github. Use the source control tools from Visual Studio Code, or