-
Notifications
You must be signed in to change notification settings - Fork 20
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
Install fails on macOS Catalina #18
Comments
@vitkabele I see you maintain a Homebrew Formula. Would you happen to know what I am doing wrong? |
It seems to me that there is a missing dependency to tweetnacl-sys library. I check it and create PR |
It is already fixed in the master branch by cece61d |
Ah I did not know of the Homebrew scripts. I will push a new release asap! |
Thanks for helping out guys! I was able to compile shamirsecretsharing-cli using @dsprenkels Should README.md reference |
Hey all, I pushed a new release with this fix. It should be fixed now. This was initially caused by me upgrading the I "fixed" it for now by pinning the Sorry for the inconvenience. |
Installed Rust using
brew install rust
on macOS Catalina and rancargo install --git https://github.com/dsprenkels/sss-cli --branch v0.1
.Following error is thrown:
New to Rust, so might be missing something obvious.
The text was updated successfully, but these errors were encountered: