Shout
Shout copied to clipboard
'libssh2.h' file not found
help me!
Same issue
up
?
brew install libssh2 export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig" && swift package generate-xcodeproj
If you're on ubuntu:
sudo apt update
sudo apt install libssh2-1-dev