From 7f566832cb13b54281eec09977086fa74787db7d Mon Sep 17 00:00:00 2001 From: Eideren Date: Mon, 25 Sep 2023 17:22:16 +0200 Subject: [PATCH] [Requirements] Clarify dotnet requirements and graphics api --- en/manual/requirements/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/manual/requirements/index.md b/en/manual/requirements/index.md index 1614b22e1..dc7b2fa29 100644 --- a/en/manual/requirements/index.md +++ b/en/manual/requirements/index.md @@ -34,10 +34,10 @@ To develop for mobile platforms, you also need: To run games made with Stride, you need: -- .NET 6 -- DirectX11 (included with Windows 10 and later), OpenGL, or Vulkan +- .NET 6 if your application is not [self-contained](https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained) +- DirectX11 (included with Windows 10 and later), OpenGL, or Vulkan depending on the platform, and the graphics API override set in your `.csproj` - Visual C++ 2015 runtimes (x86 and/or x64, depending on what you set in your project properties in Visual Studio) ## Supported Platforms -For information about platforms Stride supports, see [Platforms](../platforms/index.md). \ No newline at end of file +For information about platforms Stride supports, see [Platforms](../platforms/index.md).