Skip to content

Commit

Permalink
macOS setup documentation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhelmut committed Jan 22, 2024
1 parent 1358398 commit 20c6261
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ The only development environment that MonoGame officially supports on Linux is [
## Install .NET 6 SDK

- .NET SDK at: [https://dotnet.microsoft.com/en-us/download](https://dotnet.microsoft.com/en-us/download)
- If you are intending to target mobile platforms, make sure that you have the corresponding workload installed

```sh
dotnet workload install ios
dotnet workload install android
```

## macOS considerations

For the time being, MonoGame requires that you install the x64 version of the .NET SDK even if you are running on an Apple Silicon mac. It is also required that [Rosetta](https://support.apple.com/en-us/HT211861) is enabled.

## [Optional] Install Visual Studio Code

Expand Down

0 comments on commit 20c6261

Please sign in to comment.