-
Notifications
You must be signed in to change notification settings - Fork 32
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
MacOS install #23
Comments
When installing
This issue seems to pop up on other GitHub projects as well. It is easily resolved by symlinking the Xcode SDK to where Clang is looking: If other people encounter this, it might be worth a note in the README. Otherwise, if it's just my configuration, let's ignore it. |
Howdy,
Few things I've ran into on Mac (arm).
Added #24 in case you're happy with the proposal below:
For Mac, building sslpsk needs some extra steps
brew install openssl
, andLDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip3 install sslpsk
pip3 install requests
pip3 install -r requirements.txt
If all that goes to plan, we get info from
hc-login
as expectedHope that helps a few folks,
mb
The text was updated successfully, but these errors were encountered: