我正在尝试编译从here下载的linphone源代码。
我正在遵循here ..
定义的步骤问题是我在终端上尝试将主机字符串链接到模拟器SDK 时遇到错误。它显示以下错误
" 否此类文件或目录 。"
我该怎么做才能解决这个问题?链接主机字符串是否有替代模拟器SDK?
任何帮助/建议都将不胜感激!
答案 0 :(得分:1)
本教程已过时。您不再需要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