Skip to content

Resolve mac os big sur compatibility issues#138

Open
jhaisley wants to merge 1 commit intogatech-csl:masterfrom
jhaisley:master
Open

Resolve mac os big sur compatibility issues#138
jhaisley wants to merge 1 commit intogatech-csl:masterfrom
jhaisley:master

Conversation

@jhaisley
Copy link
Copy Markdown

Mac OS Big Sur introduces several incompatibilities.

This depends upon java 8 being installed via homebrew or the adoptopenjdk website.

To install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

To install Java 8:
brew tap adoptopenjdk/openjdk
brew install --cask adoptopenjdk8

Mac OS Big Sur introduces several incompatibilities.

This version depends upon java 8 being installed via homebrew or the adoptopenjdk website.

To install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

To install Java 8:
brew tap adoptopenjdk/openjdk
brew install --cask adoptopenjdk8
@mjguzdial
Copy link
Copy Markdown
Contributor

mjguzdial commented Jan 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants