From 61a38cb0c9fdfb6fbafb84df117ffbf1309d7394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=B6nig?= Date: Mon, 9 Aug 2021 02:30:38 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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`