From 4532c92e3ccd52532da029cefeb86ec560ee4f0c Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Tue, 2 Dec 2025 08:59:00 +0000 Subject: [PATCH] Patch getting started docs formatting and remove section on x64 requirement for Mac --- .../1_setting_up_your_os_for_development_macos.md | 9 +-------- .../1_setting_up_your_os_for_development_ubuntu.md | 1 + .../1_setting_up_your_os_for_development_windows.md | 1 + 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/articles/getting_started/1_setting_up_your_os_for_development_macos.md b/articles/getting_started/1_setting_up_your_os_for_development_macos.md index ef488c61..637a4895 100644 --- a/articles/getting_started/1_setting_up_your_os_for_development_macos.md +++ b/articles/getting_started/1_setting_up_your_os_for_development_macos.md @@ -36,6 +36,7 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n ``` ### [Maui](#tab/maui) + ```cli dotnet workload install maui ``` @@ -51,14 +52,6 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n > [!NOTE] > You can use `dotnet workload search` to detect any other available workloads you wish to use. -## Apple Silicon Known Issues - - For the time being, MonoGame requires that you install the x64 version of the .NET runtime if you are running on an Apple Silicon mac in order to be able to build content. It is also required that [Rosetta](https://support.apple.com/en-us/HT211861) is enabled. - - 1. Navigate to [https://dotnet.microsoft.com/en-us/download/dotnet/9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) - 1. Download the .NET Runtime Installer for macOS x64 - 1. Once the **.pkg** file finishes downloading, run it and follow the prompts to install the .NET Runtime - ## Setup Wine For Effect Compilation Effect (shader) compilation requires access to DirectX. This means it will not work natively on macOS and Linux systems, but it can be used through [Wine](https://www.winehq.org/). diff --git a/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md b/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md index 96481c49..5e0bbc61 100644 --- a/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md +++ b/articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md @@ -37,6 +37,7 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n ``` ### [Maui](#tab/maui) + ```cli dotnet workload install maui ``` diff --git a/articles/getting_started/1_setting_up_your_os_for_development_windows.md b/articles/getting_started/1_setting_up_your_os_for_development_windows.md index 877fa5f7..8fe1a60b 100644 --- a/articles/getting_started/1_setting_up_your_os_for_development_windows.md +++ b/articles/getting_started/1_setting_up_your_os_for_development_windows.md @@ -42,6 +42,7 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n ``` ### [Maui](#tab/maui) + ```cli dotnet workload install maui ```