Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide brew formula/provide via homebrew #1

Open
elmarx opened this issue Dec 16, 2021 · 0 comments
Open

Provide brew formula/provide via homebrew #1

elmarx opened this issue Dec 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@elmarx
Copy link
Member

elmarx commented Dec 16, 2021

The way to go to enable installation for MacOS is to provide the binary via homebrew.

We should build a formular/submit a PR whatever is necessary.

The currently provided binary can not be run on MacOS as is, but:

On macOS, we can not simply download and run the binary, as macOS complains about an unverified app.
A user must do some additional steps described here.
We should either add a note to the readme or check if we can solve this issue somehow.

Maybe the macOS command line tool spctl can help? See https://github.molgen.mpg.de/pages/bs/macOSnotes/mac/mac_procs_unsigned.html and/or run man spctl. Probably
$ spctl --add /path/to/schema2000_macOS
can do the trick ...

@LukasPrediger LukasPrediger added the enhancement New feature or request label Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants