/baresip-ios

Cocoapod for baresip

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Baresip for iOS

Overview

Baresip is a modular SIP user-agent

Build

To build static libraries for iOS run the following command:

$ make download
$ make contrib

Install

Cocoapods

pwd
pod 'baresip', :path => path_to_pwd_path
pod update

or

pod 'baresip', :git => 'https://github.com/zen2do/baresip-ios.git'
pod update"

Manually

  • Link XCode target with:
    • contrib/fat/lib/libbaresip.a, contrib/fat/lib/libre.a, contrib/fat/lib/librem.a
    • libresolv.9.dlyb
    • AVFoundation, SystemConfiguration, CFNetwork, CoreMedia, AudioToolbox, CoreVideo frameworks
  • Setup build settings:
    • header search path with:
      • baresip/include
      • re/include
      • rem/include
    • library search path with:
      • contrib/fat/lib