diff --git a/README.md b/README.md index 24b89a2..eec75cf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ You can find signed binary releases at [Arctium](https://arctium.io/wow) ### Build Prerequisites * .NET Core SDK 6.0.0-preview6 or later +* Optional for native builds: C++ workload through Visual Studio 2019 or latest C++ build tools ### Build Instructions Windows (native) * Execute `dotnet publish -r win-x64 /p:Configuration=Release /p:platform="x64" --self-contained`