如何为设备和设备编译 PJSip iPhone?在 iOS 3 和 iOS 上使用虹吸管的模拟器iOS 4?
我正在尝试编译并运行 pjsip 和 siphon 适用于 iOS 3 和 iOS 4。
我按照 pjsip.org 网站上有关 iPhone 的“入门”的说明进行操作。
我也按照虹吸网站上的说明进行操作。
我的目标是让 siphon 的应用程序在我的设备和 iOS 3 和 iOS4 模拟器上运行,但刚刚通过 pjsip 的编译阶段一直是一个令人头痛的问题。
所以我决定只为设备进行编译,至少让虹吸管启动并运行,但这似乎更令人头疼。
编译说明不清楚(至少对于我这个初学者来说),而且,有两套编译说明:1)在源代码中阅读我,2)在网站的wiki页面上。
我的问题是这样的:
- 获取 pjsip 和 pjsip 的分步说明是什么?虹吸至 在设备和设备上编译并运行iOS 3 和 4 的 Simultaor。(我是 知道 lipo 命令,但我不清楚如何使用它, 考虑到有很多文件,并且有太多机会 犯错误)
- 我应该使用 pjsip 版本 1.x 还是版本 2.x ?
- 虹吸是最新的吗?
- 在 siphon 源目录中,有 siphon2 和 siphon4 目录...但只有在 siphon2 目录中才有 .xcodeproj。如何实现siphon4项目文件?
I am attempting to compile and run pjsip and siphon for iOS 3 and iOS 4.
I am following the instructions via pjsip.org site on "Getting Started" for iPhone.
I am also following the instructions on siphon's site.
My goal is to get siphon's application working on my device and simulator for both iOS 3 and iOS4, but just getting past the compilation stage of pjsip has been a headache.
So I decided to just compile for the device, and at least get siphon up and running, but that seems to be more of a headache.
The compilation instructions are not clear (at least not to me as a beginner) and moreover, there are two sets of compilation instructions: 1) a read me inside the source code, and 2) on the wiki page of the site.
My questions are as such:
- What are the step by step instructions on getting pjsip & siphon to
compile and run on both Device & Simultaor for iOS 3 and 4. (I am
aware of the lipo command, but I'm not clear how to use it,
considering there are many many files, and too much opportunity to
make mistakes) - Should I be working with pjsip version 1.x or version 2.x ?
- Is siphon up-to-date?
- Within the siphon source directory, there is a siphon2 and siphon4
directory ... yet only within the siphon2 directory is there an
.xcodeproj. How do implement the siphon4 project files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
code.google.com 上的 Siphon2 不适用于 iOS 4。
这个可以:
https://github.com/radif/SIPHON-SIP-Client-that -实际编译
The Siphon2 on code.google.com does not work on iOS 4.
This one does:
https://github.com/radif/SIPHON-SIP-Client-that-actually-compiles