liblinphone 5.3.112
Belledonne Communications Softphone Library
Liblinphone is a high-level SIP library integrating all calling and instant messaging features into an unified easy-to-use API. It is the cross-platform VoIP library on which the Linphone application is based on, and that anyone can use to add audio and video calls or instant messaging capabilities to an application.
- Outputs:
out
,tester
- Website: https://linphone.org/technical-corner/liblinphone
- Licenses: GPL 3+
- Package source: gnu/packages/linphone.scm
- Builds: See build status
- Issues: See known issues
Installation
Install liblinphone 5.3.112
as follows:
guix install liblinphone@5.3.112
Or install the latest version:
guix install liblinphone
The liblinphone
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install liblinphone:tester
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.