Skip to content

rtcexpert/baresip-ios-bitcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

baresip-ios-bitcode

Baresip with bitcode for iOS also with OPENSSL (TLS/SRTP).

This project shows how to cross compile baresip for iOS. baresip is a modular SIP user-agent that can be downloaded from:

http://www.creytiv.com/baresip.html

Download baresip, librem and libre and unpack the tarballs in a directory. To build static libraries (FAT libraries) for iOS, run the following command:

$ make contrib

...