2016-12-22 22 views

回答

0

本教程已过时。您不再需要符号链接string,因此您应该从git存储库中继续阅读README,并且它应该可以工作。基本上:

git clone --recursive https://github.com/BelledonneCommunications/linphone-iphone 
cd linphone-iphone 
./prepare.py # this might raise some errors "Please install XXX program. Do that." 
make 
open linphone.xcodeproj 
+0

感谢您的回答。我会尝试一下,并会让你知道。 –

+0

我想克隆使用 ** git克隆https://github.com/BelledonneCommunications/linphone-iphone**,但我得到错误 ** Mac-mini:linphone克里希纳$ git克隆https:// github克隆成'linphone-iphone'... remote:计数对象:36159,完成。 远程:压缩对象:100%(73/73),完成。 错误:RPC失败; curl 56 SSLRead()返回错误-9806s/s 致命:远程端意外挂断 致命:早期EOF 致命︰索引包失败** –

+0

@KrishnaDattShukla:您的网络连接可能太不稳定。再次尝试'git clone --recursive https://github.com/BelledonneCommunications/linphone-iphone --depth 1',或尝试在另一个网络上。 – bagage

相关问题