zen2do / baresip-ios

Cocoapod for baresip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cocoapod for baresip

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 95.1%Language:Makefile 4.3%Language:Ruby 0.6%