- Notifications
You must be signed in to change notification settings - Fork467
Install: GIT Version
To build baresip core and the modules we are using GNU Make. External dependencies are automatically detected by the makefile.libre andlibrem must be installed first.
libre | baresip |
---|---|
About | About |
Download | Download |
Note: GIT version of baresip should work with the latest dev versions of libre+librem
Libre is a portable and generic library for real-time communications with async IO support and a complete SIP stack with support for SDP, RTP/RTCP, STUN/TURN/ICE, BFCP and DNS Client.
Clone the latest GIT version:
$ git clone https://github.com/baresip/re
$ cmake -B build$ cmake --build build -j$ sudo cmake --install build$ sudo ldconfig
Baresip is a portable and modular SIP User-Agent with audio and video support.
Clone the latest GIT version:
$ git clone https://github.com/baresip/baresip
Compile and Install from source:
$ cmake -B build$ cmake --build build -j$ cmake --install build
$ sudo ldconfig
On some distributions, /usr/local/lib may not be included in ld.so.conf.You can check with
$ grep"/usr/local/lib" /etc/ld.so.conf.d/*.conf
and add if necessary:
$echo"/usr/local/lib"| sudo tee /etc/ld.so.conf.d/libc.conf$ sudo ldconfig
Default templates for configuration files will be created on first execution in:
$HOME/.baresip
You can now edit the files"config" and"accounts" to customize your installation.
Sample configurations: