Git-Jiro / homebrew-jiro

This repository contains homebrew formulae authored by me
26 stars 11 forks source link

Gridcoin Wallet do not work under Big Sur #85

Closed Shorty68DE closed 3 years ago

Shorty68DE commented 3 years ago

Gridcoin Wallet do not work under Big Sur. The app do start but now window are going visible. The task manager says that Gridcoin do not response.

Git-Jiro commented 3 years ago

Hi! I am able to reproduce this issue in a VM with macOS Big Sur. Unfortunately at the moment I have no idea what the problem actually is.

Git-Jiro commented 3 years ago

Hi! This issue only seems to affect the DMG file. The regular Homebrew installation seems to work fine.

Shorty68DE commented 3 years ago

How can I make a "Homebrew"-Installation?

Git-Jiro commented 3 years ago

Step 1 would be to install the Homebrew Package Manager for mac OS as explained here: https://brew.sh/

Then you can add a so called "TAP" with the Gridcoin installation instructions:

brew tap Git-Jiro/jiro

And finally you can run

brew install gridcoin

and it should compile and install Gridcoin for macOS on your local machine

Shorty68DE commented 3 years ago

Thank you very much for your help!!!! Now, the Gridcoin Wallet works with the brew installion!!!! Great!!!!

Git-Jiro commented 3 years ago

Glad I could help!