找不到 bctoolbox,linphone 编译
Could not find bctoolbox, linphone compile
我的问题是编译 belle-sip,mediastreamer2
此错误:正在检查 BCTOOLBOX...否
配置:错误:"Could not find bctoolbox (required dependency)"
如何安装依赖bctoolbox?
MacOS 10.11.3
Linphone-android
我会尝试先编译 bctoolbox。虽然我对 MacOS 上的软件编译一无所知,但这适用于 Linux 并且可能类似。
git clone https://github.com/BelledonneCommunications/bctoolbox.git
./autogen.sh
./configure
make
make install
请注意,此软件依赖于 CUnit and mbedTLS (currently is the dependence on version 2.1) or polarssl。 PolarSSL 是 mbedTLS 的旧版本,但我会使用它,因为相关的软件(Linphone、mediastreamer2 和 belle-sip)无法识别新版本。
我的问题是编译 belle-sip,mediastreamer2
此错误:正在检查 BCTOOLBOX...否 配置:错误:"Could not find bctoolbox (required dependency)"
如何安装依赖bctoolbox?
MacOS 10.11.3 Linphone-android
我会尝试先编译 bctoolbox。虽然我对 MacOS 上的软件编译一无所知,但这适用于 Linux 并且可能类似。
git clone https://github.com/BelledonneCommunications/bctoolbox.git
./autogen.sh
./configure
make
make install
请注意,此软件依赖于 CUnit and mbedTLS (currently is the dependence on version 2.1) or polarssl。 PolarSSL 是 mbedTLS 的旧版本,但我会使用它,因为相关的软件(Linphone、mediastreamer2 和 belle-sip)无法识别新版本。