davis
davis

Reputation: 1951

Libssh2, building library with xcode

I'm using this project to attempt to use the libssh2 library with iOS. The readme does not explain much, however, and I could use some help building the library.

I opened up the example project in xcode, but I am confused about this part of the readme

 You can build the libssh2 library with openssl or with libgcrypt!

There are several scripts in the project, do I need to run these as build phases in xcode?

Thanks for your help

Upvotes: 2

Views: 917

Answers (1)

Kenneth Anguish
Kenneth Anguish

Reputation: 31

You can run the ./build-all.sh with Terminal

Upvotes: 1

Related Questions