Skip to content

Commit

Permalink
docs: Add osx install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jagodevreede committed Nov 11, 2024
1 parent 7fcbf23 commit cbdb73e
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ This project aims to offer a Graphical User Interface for [SDKMAN](https://sdkma
<img height="150" src="https://jagodevreede.github.io/sdkman-ui-images/gallery2.png" />
</p>

## Available platforms

Some platforms are not yet available as they are not yet setup and/or tested.

| Platform | Available | Supported envirmoments |
|-------------|-----------------------------------------------------------------------------------------------------------------|------------------------|
| Windows x86 | [v0.0.3](https://github.com/jagodevreede/sdkman-ui/releases/download/v0.0.3/sdkman-ui-windows_x86_64-0.0.3.zip) | cmd |
| Linux x86 | | bash, zsh |
| Linux arm | | bash, zsh |
| osx x86 | | bash, zsh |
| osx arm | | bash, zsh |

Early access builds can be found
here: [releases/tag/early-access](https://github.com/jagodevreede/sdkman-ui/releases/tag/early-access)


## Requirements

tar, unzip and zip should be present on the system. You can install them with your favourite package manager on *inx
Expand All @@ -29,20 +45,6 @@ will use the bundled versions:
- unzip: [https://gnuwin32.sourceforge.net/packages/unzip.htm](https://gnuwin32.sourceforge.net/packages/unzip.htm)
or [direct download](https://gnuwin32.sourceforge.net/downlinks/unzip-bin-zip.php)

## Available platforms

Some platforms are not yet available as they are not yet setup and/or tested.

| Platform | Available | Supported envirmoments |
|-------------|-----------------------------------------------------------------------------------------------------------------|------------------------|
| Windows x86 | [v0.0.3](https://github.com/jagodevreede/sdkman-ui/releases/download/v0.0.3/sdkman-ui-windows_x86_64-0.0.3.zip) | cmd |
| Linux x86 | | bash, zsh |
| Linux arm | | bash, zsh |
| osx x86 | | bash, zsh |
| osx arm | | bash, zsh |

Early access builds can be found here: [releases/tag/early-access](https://github.com/jagodevreede/sdkman-ui/releases/tag/early-access)

## Install instructions

### Windows
Expand All @@ -59,6 +61,14 @@ around that by using copy, however this is a lot slower. You can enable developm
see [https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development)
for more information.

### OSX

First install [SDKMAN](https://sdkman.io/) if you have not already done so. as SDKman UI relies on SDKMAN.

Download the latest version with the correct cpu type (x86_64 or aarch64) and extract the zip, then run the `sdkman-ui`
osx will complain about unable to verify developer identity, click ok and then go to privacy & security settings under
system settings and click "Open Anyway". Then follow on screen instructions.

## build steps:

- `sdk u java 22.1.0.1.r17-gln` or manually install from https://github.com/gluonhq/graal/releases
Expand Down

0 comments on commit cbdb73e

Please sign in to comment.