-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can't build on macOS #23
Comments
@caarlos0 Did you get it to build? I saw you starred it and I would love to use it. Not sure why my build fails. 😞 |
@nikitavoloboev yes,
check the version in |
I'm a happy macOS user too. :) |
When using Homebrew, export OPENSSL_PREFIX=`brew --prefix openssl`
export PKG_CONFIG_PATH=$OPENSSL_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
export OPENSSL_INCLUDE_DIR=$OPENSSL_PREFIX/include and then use |
Get this:
The text was updated successfully, but these errors were encountered: