Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chebur committed Sep 18, 2014
1 parent c3826d8 commit 4a7b6b3
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
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.


0 comments on commit 4a7b6b3

Please sign in to comment.