summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: e83e2c108dffd358373307a6db305d1846a5b2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[Last update: 2006/03/01]

-= INTRO=-

This top level projects:

 - pjlib:       portability and basic framework library
 - pjlib-util:  lexical scanner, XML, STUN, MD5, etc.
 - pjmedia:     media framework and codecs
 - pjsip:       SIP stacks (core, UA layer, SIMPLE, etc.)
 - pjsip-apps:  SIP apps (pjsua, pjsip-perf)


-= OBJECTIVE =-

Currently we only have two working applications:

 - pjsua:       Console based SIP UA
 - pjsip-perf:  SIP performance measurement


-= COMPILING =-

On Windows:
 - Open pjsip-apps/build/pjsip_apps.dsw
 - Build pjsua and pjsip_perf project

With Makefile:
 - on top level dir (e.g. ~/pjproject)
 - ./configure && make dep && make clean && make

Binaries will be in pjsip-apps/bin.


-= PORTING =-

 - Just need to port pjlib.
 - PJLIB doc has detailed info how to do this.
 - Must pass pjlib-test!