Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down