Skip to content

Commit d3cbfbd

Browse files
Patch getting started docs formatting and remove section on x64 requirement for Mac (#218)
1 parent 7db0752 commit d3cbfbd

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

articles/getting_started/1_setting_up_your_os_for_development_macos.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n
3636
```
3737

3838
### [Maui](#tab/maui)
39+
3940
```cli
4041
dotnet workload install maui
4142
```
@@ -51,14 +52,6 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n
5152
> [!NOTE]
5253
> You can use `dotnet workload search` to detect any other available workloads you wish to use.
5354
54-
## Apple Silicon Known Issues
55-
56-
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.
57-
58-
1. Navigate to [https://dotnet.microsoft.com/en-us/download/dotnet/9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
59-
1. Download the .NET Runtime Installer for macOS x64
60-
1. Once the **.pkg** file finishes downloading, run it and follow the prompts to install the .NET Runtime
61-
6255
## Setup Wine For Effect Compilation
6356

6457
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/).

articles/getting_started/1_setting_up_your_os_for_development_ubuntu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n
3737
```
3838

3939
### [Maui](#tab/maui)
40+
4041
```cli
4142
dotnet workload install maui
4243
```

articles/getting_started/1_setting_up_your_os_for_development_windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ If you intend to also work with platforms such as `Android` or `iOS`, you will n
4242
```
4343

4444
### [Maui](#tab/maui)
45+
4546
```cli
4647
dotnet workload install maui
4748
```

0 commit comments

Comments
 (0)