From 7c77415fef0f92b5c8773994d5b2d85f5a331f43 Mon Sep 17 00:00:00 2001 From: ModxVoldHunter <65139923+ModxVoldHunter@users.noreply.github.com> Date: Fri, 29 May 2026 17:08:08 -0400 Subject: [PATCH] Update README with build instructions and dependencies Added build instructions and .NET 10 requirement. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3f27318..49a7888 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ a Windows Api in C# Generated by CsWin32 this was generated using CsWin32, it is a Win32 api library and has C# bindings for those who want to use Windows API + +how to build from source, hit code and download zip file + +you need .NET 10 for building which you can get here [.NET 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) + +go to the folder and in windows path, type cmd + +it will open cmd and type dotnet build