From 9a71c94c172fd5b231e9673525e95c7079528fa9 Mon Sep 17 00:00:00 2001 From: Saurabh Singh <1623701+saurabh500@users.noreply.github.com> Date: Mon, 13 May 2024 15:37:01 -0700 Subject: [PATCH] Update build guide for Linux (#2499) Adding the detail about installing powershell on linux to build the driver --- BUILDGUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDGUIDE.md b/BUILDGUIDE.md index d7408fa15e..09143c84cf 100644 --- a/BUILDGUIDE.md +++ b/BUILDGUIDE.md @@ -8,6 +8,8 @@ This project should be built with Visual Studio 2019+ for the best compatibility - **Visual Studio 2019** with imported components: [VS19Components](/tools/vsconfig/VS19Components.vsconfig) +- **Powershell**: To build SqlClient on Linux, powershell is needed as well. Follow the distro specific instructions at [Install Powershell on Linux](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.4) + Once the environment is setup properly, execute the desired set of commands below from the _root_ folder to perform the respective operations: ## Building the driver