~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/INSTALL.txt

  • Committer: Jackson Doak
  • Date: 2013-07-10 21:04:46 UTC
  • mfrom: (20.1.3 sid)
  • Revision ID: noskcaj@ubuntu.com-20130710210446-y8f587vza807icr9
Properly merged from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Last update: 2007/02/18]
 
2
 
 
3
-= INTRO=-
 
4
 
 
5
This top level projects:
 
6
 
 
7
 - pjlib:       portability and basic framework library
 
8
 - pjlib-util:  lexical scanner, XML, STUN, MD5, DNS, etc.
 
9
 - pjmedia:     media framework and codecs
 
10
 - pjsip:       SIP stacks (core, UA layer, SIMPLE, etc.)
 
11
 - pjsip-apps:  SIP apps (pjsua, pjsip-perf)
 
12
 
 
13
 
 
14
-= COMPILING =-
 
15
 
 
16
On Windows:
 
17
 - Visual Studio 6: open pjproject.dsw
 
18
 - Visual Studio 8/2005: open pjproject-vs8.sln
 
19
 - Embedded VisualC 4: open open pjsip-apps\build\wince-evc4\wince_demos.vcw
 
20
 - Build pjsua
 
21
 
 
22
With Makefile:
 
23
 - on top level dir (e.g. ~/pjproject)
 
24
 - ./configure && make dep && make clean && make
 
25
 
 
26
Binaries will be in pjsip-apps/bin.
 
27
 
 
28
 
 
29
-= PYTHON MODULE =-
 
30
 
 
31
On Windows:
 
32
 - Visual Studio 6: open pjsip-apps\build\pjsip_apps.dsw
 
33
 - Build py_pjsua module
 
34
 
 
35
With GNU and Python:
 
36
 - cd pjsip-apps/src/py_pjsua
 
37
 - python setup.py install
 
38
 
 
39
One Python sample application is provided:
 
40
 pjsip-apps/src/py_pjsua/pjsua_app.py
 
41
 
 
42
 
 
43
-= PORTING =-
 
44
 
 
45
 - Just need to port pjlib.
 
46
 - PJLIB doc has detailed info how to do this.
 
47
 - Must pass pjlib-test!