Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为桌面 Mac 构建和编译 PJSIP?我已经完成了 iPhone/iPad。但是还有一个问题,所以现在我想尝试在桌面 Mac 版本中构建。
我关注了这个链接,老实说我完全不明白如何使用它。因为我在移动设备上所做的事情是不同的。
有什么线索吗?谢谢。
对于 iphone,您必须将 PJ_CONFIG_IPHONE 定义到您的配置中:
#define PJ_CONFIG_IPHONE 1
这部分不再需要。然后你必须调用 ./configure-iphone for mac 你只需要调用 ./configure 其余的就像在 linux 和 unix 环境中编译和安装任何其他包一样:
# ./configure # make dep # make # make install