Browse Source

Update Stride prerequisites page

Virgile Bello 5 years ago
parent
commit
543d7d2a02

+ 2 - 2
en/manual/get-started/install-stride.md

@@ -8,14 +8,14 @@
  
  
     The **Stride Setup Wizard** opens.
     The **Stride Setup Wizard** opens.
 
 
-3. Stride requires .NET Framework 4.6.2. If you don't have this, Stride prompts you to install it.
+3. Stride requires .NET Framework 4.7.2. If you don't have this, Stride prompts you to install it.
 
 
     ![Prerequisites installer](media/prerequisites-installer.png)
     ![Prerequisites installer](media/prerequisites-installer.png)
 
 
     Click **Next** and follow the prompts.
     Click **Next** and follow the prompts.
 
 
     > [!Note]
     > [!Note]
-    > Alternatively, you can [download the .NET Framework from the Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?id=53345) and restart the Stride installer.
+    > Alternatively, you can [download the .NET Framework from the Microsoft Download Center](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer) and restart the Stride installer.
 	
 	
 4. The **Stride Setup Wizard** opens.
 4. The **Stride Setup Wizard** opens.
 
 

+ 27 - 10
en/manual/troubleshooting/stride-doesnt-run.md

@@ -1,40 +1,57 @@
 # Stride doesn't run
 # Stride doesn't run
 
 
+## Prerequisites
+
 If you're having trouble running Stride, make sure you've installed all the prerequisites:
 If you're having trouble running Stride, make sure you've installed all the prerequisites:
 
 
-* .NET Framework 4.6.2
-* Visual C++ Redistributable 2015 or 2017
+* .NET Framework 4.7.2
+* Visual C++ Redistributable 2019
 * Build Tools for Visual Studio
 * Build Tools for Visual Studio
 
 
 Alternatively, uninstall Stride, restart the Stride installer, and install the prerequisites when prompted.
 Alternatively, uninstall Stride, restart the Stride installer, and install the prerequisites when prompted.
 
 
-## .NET Framework 4.6.2
+### .NET Framework 4.7.2
 
 
-To check if this is installed, see **Control Panel > Programs > Programs and Features** and look for an entry containing **.NET 4.6.2**.
+To check if this is installed, see **Control Panel > Programs > Programs and Features** and look for an entry containing **.NET 4.7.2**.
 
 
 ![Programs and features](media/programs-and-features.png)
 ![Programs and features](media/programs-and-features.png)
 
 
-If it's not installed, you can download it from the [Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?id=53345).
+If it's not installed, you can download it from the [Microsoft Download Center](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer).
 
 
 > [!Note]
 > [!Note]
 > If you install Visual Studio, make sure you also install the .Net Framework support. Just the Visual Studio base installation isn't enough.
 > If you install Visual Studio, make sure you also install the .Net Framework support. Just the Visual Studio base installation isn't enough.
 
 
-## Visual C++ Redistributable 2015 or 2017
+### Visual C++ Redistributable 2019
 
 
-To check if this is installed, see **Control Panel > Programs > Programs and Features** and look for **2015 Redistributable** or **2017 Redistributable**.
+To check if this is installed, see **Control Panel > Programs > Programs and Features** and look for **2015-2019 Redistributable**.
 
 
 ![Programs and features](media/programs-and-features-redistributable.png)
 ![Programs and features](media/programs-and-features-redistributable.png)
 
 
-If it's not installed, you can download the 2017 Redistributable from [Visual Studio Downloads](https://www.visualstudio.com/downloads/) (under **Other Tools and Frameworks**).
+If it's not installed, you can download the 2019 Redistributable from [Visual Studio Downloads](https://www.visualstudio.com/downloads/) (under **Other Tools and Frameworks**).
+
+
+### Visual Studio (only for .NET Framework version)
+
+If you have Visual Studio 2019 installed, you need to have the following workloads and/or components installed:
+* **.NET desktop development**
+* **.NET core cross-platform development**, with **.NET Core 2.1 Runtime (LTS)** optional component enabled.
 
 
-## Build Tools for Visual Studio
+On top of that, if you still have Visual Studio 2017 installed, it should be version 15.9+.
 
 
-If you don't have Visual Studio installed, you need to install **Build Tools for Visual Studio**. You can download this from [Visual Studio Downloads](https://www.visualstudio.com/downloads/) (under **Other Tools and Frameworks**).
+### Build Tools for Visual Studio (only for .NET Framework version)
+
+If you **don't** have Visual Studio installed and don't want to install it, you need to install **Build Tools for Visual Studio**. You can download this from [Visual Studio Downloads](https://www.visualstudio.com/downloads/) (under **Other Tools and Frameworks**).
 
 
 > [!Note]
 > [!Note]
 > Windows uses the Visual Studio installer to install the Visual C++ Redistributable and Build Tools for Visual Studio prerequisites. If you don't need Visual Studio, don't worry – it doesn't install it.
 > Windows uses the Visual Studio installer to install the Visual C++ Redistributable and Build Tools for Visual Studio prerequisites. If you don't need Visual Studio, don't worry – it doesn't install it.
 >![Installing VS build tools](../get-started/media/installing-vs-build-tools.png)
 >![Installing VS build tools](../get-started/media/installing-vs-build-tools.png)
 
 
+### .NET SDK 5.0 (only for .NET version)
+
+.NET SDK 5.0 should have been installed by Stride prerequisite installer, if Visual Studio 2019 didn't do it previously.
+
+If for some reason you need to install it manually, you can use [this link](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-5.0.101-windows-x64-installer).
+
 ## See also
 ## See also
 
 
 * [Install Stride](../get-started/install-stride.md)
 * [Install Stride](../get-started/install-stride.md)

+ 1 - 1
jp/manual/get-started/install-stride.md

@@ -8,7 +8,7 @@
 
 
     **Stride セットアップ ウィザード**が開きます。
     **Stride セットアップ ウィザード**が開きます。
 
 
-3. Stride には .NET Framework 4.6.2 が必要です。ない場合は、インストールを求めるメッセージが表示されます。
+3. Stride には .NET Framework 4.7.2 が必要です。ない場合は、インストールを求めるメッセージが表示されます。
 
 
     ![Prerequisites installer](media/prerequisites-installer.png)
     ![Prerequisites installer](media/prerequisites-installer.png)
 
 

+ 3 - 3
jp/manual/troubleshooting/stride-doesnt-run.md

@@ -2,15 +2,15 @@
 
 
 Stride の実行で問題がある場合は、すべての前提条件がインストールされていることを確認します。
 Stride の実行で問題がある場合は、すべての前提条件がインストールされていることを確認します。
 
 
-* .NET Framework 4.6.2
+* .NET Framework 4.7.2
 * Visual C++ 再頒布可能パッケージ 2015 または 2017
 * Visual C++ 再頒布可能パッケージ 2015 または 2017
 * Visual Studio Build Tools
 * Visual Studio Build Tools
 
 
 または、Stride をアンインストールし、Stride インストーラーを再実行して、メッセージが表示されたら前提条件をインストールします。
 または、Stride をアンインストールし、Stride インストーラーを再実行して、メッセージが表示されたら前提条件をインストールします。
 
 
-## .NET Framework 4.6.2
+## .NET Framework 4.7.2
 
 
-.NET Framework 4.6.2 がインストールされているかどうか確認するには、[コントロール パネル]>[プログラム]>[プログラムと機能]で、**.NET 4.6.2** を含むエントリを探します。
+.NET Framework 4.7.2 がインストールされているかどうか確認するには、[コントロール パネル]>[プログラム]>[プログラムと機能]で、**.NET 4.7.2** を含むエントリを探します。
 
 
 ![Programs and features](media/programs-and-features.png)
 ![Programs and features](media/programs-and-features.png)