Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dev readme
Browse files Browse the repository at this point in the history
jyaganeh committed Dec 5, 2024
1 parent 8a04881 commit 2b8fb78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEV_README.md
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@

### Requirements

* Visual Studio for Mac ([stable](https://visualstudio.microsoft.com/vs/mac/) or [preview](https://visualstudio.microsoft.com/vs/mac/preview/))
* A supported Xcode version (at the time of writing, VS 2022 recommends Xcode 15.1+)
* OpenJDK 11
* Using [Homebrew](https://brew.sh/): `brew install openjdk@11`
* Or [SDKMAN!](https://sdkman.io/): `sdk install java 11.0.18-zulu`
* Android SDK: API 31+ platform, emulator, build tools, command line tools, etc.
* .NET8 SDK (install via VS)
* .NET Workloads (install via VS): maui, android, ios
* VSCode and the [.NET MAUI](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-maui) plugin, or another .NET IDE such as Rider
* A [supported](https://github.com/dotnet/maui/wiki/Release-Versions) Xcode version
* OpenJDK 17
* Using [Homebrew](https://brew.sh/): `brew install openjdk@17`
* Or [SDKMAN!](https://sdkman.io/): `sdk install java 17.0.10-zulu`
* Android SDK: API 34+ platform, emulator, build tools, command line tools, etc.
* .NET8 SDK (installed via VSCode extension)
* .NET Workloads (install via dotnet cli): maui, android, ios
* Doxygen & Graphviz (`brew install doxygen graphviz`)
* Carthage (`brew install carthage`)

0 comments on commit 2b8fb78

Please sign in to comment.