Skip to content

Commit

Permalink
Add a warning for M1 users
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 4, 2024
1 parent df69429 commit 4a50f69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ Command line building requires:

> [!TIP]
> If you have set up Simplicity Studio on macOS, everything will be automatically
> detected with the exception of `slc-cli`. This is the only tool you need to download.
> detected with the exception of `slc`. This is the only tool you need to download.
> [!WARNING]
> M1 users should set `JAVA_HOME=$(/usr/libexec/java_home -a x86_64)` when running the
> build command to make sure the correct Java version is picked by slc-cli. It currently
> is not compatible with ARM Java.
`slc-cli` maintains its own SDK and extension trust store so you first must trust all
SDK extensions for every SDK you plan to use:
Expand Down

0 comments on commit 4a50f69

Please sign in to comment.