# bctoolbox **Repository Path**: mirrors_Distrotech/bctoolbox ## Basic Information - **Project Name**: bctoolbox - **Description**: Linphone.org mirror for bctoolbox (git://git.linphone.org/bctoolbox.git) - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone. Depends on mbedtls (https://github.com/ARMmbed/mbedtls.git). For backward compatibility, support of polarssl is also provided. To compile ---------- cmake . -DCMAKE_INSTALL_PREFIX= make make install To make an rpm package --------------------- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR="RPM" make package Options ------- CMAKE_INSTALL_PREFIX: install prefix ex: cmake . -DCMAKE_INSTALL_PREFIX=/opt CMAKE_PREFIX_PATH: search path prefix for polarssl or mbetls ex: cmake . -DCMAKE_PREFIX_PATH= ENABLE_POLARSSL: force usage of polarssl ex: cmake . -DENABLE_POLARSSL=ON -DENABLE_MBEDTLS=OFF ENABLE_MBEDTLS: force usage of mbedtls ex: cmake . -DENABLE_POLARSSL=OFF -DENABLE_MBEDTLS=ON For backward compatibility with distributions not having the required 3.x cmake version, an automake/autoconf build system is also available. It is maintained as a best effort and then should be used only in last resort.