diff --git a/README.md b/README.md index 4681f5d..f2f6f7f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,21 @@ A portable .NET library for reading and writing DWG files. +### Building Locally + +This repo requires the following to build: + +1. [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download). +2. [PowerShell 7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.3). + +Once dependencies are met, run the following in a PowerShell 7 terminal: + +``` +.\build-and-test.ps1 +``` + +Once that script has been run, you can use build from within Visual Studio. + ### DWG reference Reference for the closed DWG format come from the [Open Design Alliance](https://www.opendesign.com/).