forked from nesterenkodm/pjsip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
|
||
PJSIP | ||
===== | ||
# PJSIP | ||
|
||
PJSIP is open source SIP, Media and NAT traversal library (www.pjsip.org) | ||
|
||
This is a prebuilt pjsip library for armv7, armv7s, arm64, i386 and x86_64 architectures. | ||
|
||
Compiled with the latest OpenSSL support (by the build script https://github.com/x2on/OpenSSL-for-iPhone) | ||
|
||
How to install? | ||
--------------- | ||
## Installation | ||
|
||
The best way is to use cocoapods. | ||
Use cocoapods: | ||
|
||
Check the `Podfile` configuration: | ||
``` | ||
platform :ios, '5.0' | ||
pod 'pjsip' | ||
``` | ||
and run `pod install` | ||
|
||
## Build manually | ||
|
||
1. Download and run [build.sh](https://github.com/chebur/pjsip/blob/master/build.sh) script. | ||
2. Drag generated libraries and headers to your xcode project. | ||
|
||
|