Преглед на файлове

Update Requirements page and version for 4.1 release. (#84)

James Rinker преди 3 години
родител
ревизия
8fad98d408
променени са 2 файла, в които са добавени 11 реда и са изтрити 9 реда
  1. 1 0
      .gitignore
  2. 10 9
      en/manual/requirements/index.md

+ 1 - 0
.gitignore

@@ -8,3 +8,4 @@ en/obj/
 jp_tmp/*
 build.log
 .vscode/**
+.vs/**

+ 10 - 9
en/manual/requirements/index.md

@@ -7,28 +7,29 @@ To develop projects with Stride, you need:
 | Requirement     | Specifications 
 |-----------------|----------------
 |Hard drive space | 5GB
-| Operating system | Windows 7, 8.1, 10 
-| IDE for writing code | Visual Studio 2019
+| Operating system | Windows 10, 11 *[see (1)]*
+| IDE for writing code | Visual Studio 2022
 | CPU | x64
 | GPU | Direct3D 10+ compatible GPU
-| RAM | 4GB (minimum), 8GB (recommended) 
+| RAM | 4GB (minimum), 8GB (recommended) *[see (2)]*
 
-RAM requirements vary depending on your project:
+(1) Earlier versions of Windows _may_ work but are untested.
 
+(2) RAM requirements vary depending on your project:
 * Developing simple 2D applications doesn't require much RAM.
 * Developing 3D games with lots of assets requires larger amounts of RAM.
 
+
 ## Mobile development
 
 To develop for mobile platforms, you also need:
 
 | Platform | Requirements
 |----------|-------
-| Android  | Xamarin* 
-| iOS      | Mac computer, Xamarin* 
+| Android  | Xamarin *[see (3)]*
+| iOS      | Mac computer, Xamarin *[see (3)]*
 
-> [!Note]
-> * Xamarin is included with Visual Studio licenses. For instructions about how to install Xamarin with Visual Studio 201, see [this MSDN page](https://docs.microsoft.com/en-us/visualstudio/cross-platform/setup-and-install).
+(3) Xamarin is included with Visual Studio installations. For instructions about how to install Xamarin with Visual Studio, see [this MSDN page](https://docs.microsoft.com/en-us/visualstudio/cross-platform/setup-and-install).
 
 For information about platforms Stride supports, see [Platforms](../platforms/index.md).
 
@@ -36,6 +37,6 @@ For information about platforms Stride supports, see [Platforms](../platforms/in
 
 To run games made with Stride, you need:
 
-- .NET 4.6.1
+- .NET 6
 - DirectX11 (included with Windows 10 and later), OpenGL, or Vulkan
 - Visual C++ 2015 runtimes (x86 and/or x64, depending on what you set in your project properties in Visual Studio)