blob: e83e2c108dffd358373307a6db305d1846a5b2ea [file] [log] [blame]
Benny Prijono10a20802006-03-02 21:52:18 +00001[Last update: 2006/03/01]
2
3-= INTRO=-
4
5This top level projects:
6
7 - pjlib: portability and basic framework library
8 - pjlib-util: lexical scanner, XML, STUN, MD5, 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-= OBJECTIVE =-
15
16Currently we only have two working applications:
17
18 - pjsua: Console based SIP UA
19 - pjsip-perf: SIP performance measurement
20
21
22-= COMPILING =-
23
24On Windows:
25 - Open pjsip-apps/build/pjsip_apps.dsw
26 - Build pjsua and pjsip_perf project
27
28With Makefile:
29 - on top level dir (e.g. ~/pjproject)
30 - ./configure && make dep && make clean && make
31
32Binaries will be in pjsip-apps/bin.
33
34
35-= PORTING =-
36
37 - Just need to port pjlib.
38 - PJLIB doc has detailed info how to do this.
39 - Must pass pjlib-test!
40