我正在使用this项目来尝试在iOS中使用libssh2库。然而,readme并没有做太多的解释,我需要一些帮助来构建这个库。
我用xcode打开了示例项目,但我对自述文件的这一部分感到困惑
You can build the libssh2 library with openssl or with libgcrypt!
项目中有几个脚本,我需要在xcode中将它们作为构建阶段运行吗?
谢谢你的帮忙
发布于 2012-11-06 15:53:34
您可以使用Terminal运行./build-all.sh
https://stackoverflow.com/questions/12409403
相似问题