- Timestamp:
- Feb 19, 2007 12:51:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/INSTALL.txt
r274 r973 1 [Last update: 200 6/03/01]1 [Last update: 2007/02/18] 2 2 3 3 -= INTRO=- … … 6 6 7 7 - pjlib: portability and basic framework library 8 - pjlib-util: lexical scanner, XML, STUN, MD5, etc.8 - pjlib-util: lexical scanner, XML, STUN, MD5, DNS, etc. 9 9 - pjmedia: media framework and codecs 10 10 - pjsip: SIP stacks (core, UA layer, SIMPLE, etc.) … … 12 12 13 13 14 -= OBJECTIVE =-15 16 Currently we only have two working applications:17 18 - pjsua: Console based SIP UA19 - pjsip-perf: SIP performance measurement20 21 22 14 -= COMPILING =- 23 15 24 16 On Windows: 25 - Open pjsip-apps/build/pjsip_apps.dsw 26 - Build pjsua and pjsip_perf project 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 27 21 28 22 With Makefile: … … 33 27 34 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 35 43 -= PORTING =- 36 44
Note: See TracChangeset
for help on using the changeset viewer.