Resolve mac os big sur compatibility issues#138
Open
jhaisley wants to merge 1 commit intogatech-csl:masterfrom
Open
Resolve mac os big sur compatibility issues#138jhaisley wants to merge 1 commit intogatech-csl:masterfrom
jhaisley wants to merge 1 commit intogatech-csl:masterfrom
Conversation
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
Contributor
|
Thank you, Jordan!
------
Mark Guzdial, mjguz@umich.edu
- Professor of Electrical Engineering and Computer Science, and
Engineering Education Research, College of Engineering and
Professor of Information, School of Information (courtesy)
- Blog: http://computinged.wordpress.com
…On Tue, Jan 26, 2021 at 9:15 AM Jordan Haisley ***@***.***> wrote:
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
------------------------------
You can view, comment on, or merge this pull request online at:
#138
Commit Summary
- Resolve mac os big sur compatibility issues
File Changes
- *A* jes_bigsur.sh
<https://github.com/gatech-csl/jes/pull/138/files#diff-54cc61cb27ad5bb7c733d36c804e3591a59001f7e5d95a461cd465e80a7bdfe8>
(139)
Patch Links:
- https://github.com/gatech-csl/jes/pull/138.patch
- https://github.com/gatech-csl/jes/pull/138.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#138>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBN7JU2GYYHFMOMJR3Q7YDS33FABANCNFSM4WTQUP3Q>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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