jakeheis / Shout

SSH made easy in Swift
MIT License
357 stars 103 forks source link

'libssh2.h' file not found #61

Open ilgrandeanonimo opened 2 years ago

ilgrandeanonimo commented 2 years ago

help me!

LilianDubois commented 2 years ago

Same issue

LilianDubois commented 2 years ago

up

ilgrandeanonimo commented 2 years ago

?

jhonnybonny commented 2 years ago

+

xiaoxiGu commented 2 years ago

brew install libssh2 export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" && swift package generate-xcodeproj

Ponyboy47 commented 1 year ago

If you're on ubuntu:

sudo apt update
sudo apt install libssh2-1-dev