2
0
Эх сурвалжийг харах

Merge pull request #141 from stride3d/Eideren-patch-2

[Requirements] Clarify dotnet requirements and graphics api

Thank you @Eideren 

Feel free to merge (especially for minor updates) or assign me as Reviewer if you want me to check or double check anything 🙂
Vaclav Elias 2 жил өмнө
parent
commit
107ed783ce

+ 3 - 3
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).
+For information about platforms Stride supports, see [Platforms](../platforms/index.md).