-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add optional path specification to libssh.h, and instruction to use brew (for Mac) #25
Conversation
Apple silicon support next? Hopefully it will just build 😄 |
It looks like this was approved, but not merged? |
I actually just got a M1 Mac Mini for some aarch64 work I'm doing, might give this branch a whirl to see if it's still working today. |
Location is slightly different for me on an M1 using the same brew package.
Still working through it though, the includes in src/sshping.cos are not picking up the updated header path it seems. |
Using #27, I was able to get running as well. |
Just tried this after merge and still having issues. I'm on an M1 MacBook Pro running the following, any suggestions? brew install libssh
make -e LIBSSH_INCLUDE=/opt/homebrew/Cellar/libssh/0.10.4/include/libssh/libssh.h Output is:
|
For future users:
|
For Mac users with issue locating It may be good if someone can propose a PR with |
Hence Mac is supported