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

Installing on macOS #123

Closed
jasikpark opened this issue Jan 13, 2020 · 1 comment
Closed

Installing on macOS #123

jasikpark opened this issue Jan 13, 2020 · 1 comment

Comments

@jasikpark
Copy link

To install on macOS, first it was failing because I only had OpenSSL 9.8.0, and once I installed OpenSSL via brew, it worked fine.

calebjasik@Calebs-MacBook-Pro ~ %   export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
  export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
calebjasik@Calebs-MacBook-Pro ~ % cargo install cargo-update

I successfully installed it and ran it, just wanted to provide a success story for macOS. It wasn't entirely clear from the README why it wasn't working other than OpenSSL being the culprit

@nabijaczleweli
Copy link
Owner

Thanks! I've added your steps to the README

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

No branches or pull requests

2 participants