【发布时间】:2023-03-05 07:25:02
【问题描述】:
我的问题是编译 belle-sip, mediastreamer2
此错误:正在检查 BCTOOLBOX... 否 配置:错误:“找不到 bctoolbox(必需的依赖项)”
如何安装依赖bctoolbox?
MacOS 10.11.3 Linphone-android
【问题讨论】:
标签: linphone
我的问题是编译 belle-sip, mediastreamer2
此错误:正在检查 BCTOOLBOX... 否 配置:错误:“找不到 bctoolbox(必需的依赖项)”
如何安装依赖bctoolbox?
MacOS 10.11.3 Linphone-android
【问题讨论】:
标签: linphone
我会先尝试编译 bctoolbox。虽然我对 MacOS 上的软件编译一无所知,但这适用于 Linux,并且可能类似。
git clone https://github.com/BelledonneCommunications/bctoolbox.git
./autogen.sh
./configure
make
make install
请注意,此 SW 依赖于 CUnit 和 mbedTLS(目前是依赖于 2.1 版本)或 polarssl。 PolarSSL 是 mbedTLS 的旧版本,但我会使用它,因为相关的 SW(Linphone、mediastreamer2 和 belle-sip)无法识别新版本。
【讨论】:
git克隆 git://git.linphone.org/linphone-desktop --recursive && \ cd ./linphone-desktop && \ ./prepare.py --use-system-dependencies --all-codecs --debug --list -cmake-variables && \ make