2

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

davis
  • 1,911
  • 6
  • 26
  • 50
  • so I tried running the build-all script using Xcode Run Script, but no luck. Any ideas? – davis Sep 13 '12 at 15:52

1 Answers1

1

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