Ignore:
Timestamp:
Feb 19, 2007 12:51:29 AM (17 years ago)
Author:
bennylp
Message:

Updated INSTALL.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/INSTALL.txt

    r274 r973  
    1 [Last update: 2006/03/01] 
     1[Last update: 2007/02/18] 
    22 
    33-= INTRO=- 
     
    66 
    77 - 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. 
    99 - pjmedia:     media framework and codecs 
    1010 - pjsip:       SIP stacks (core, UA layer, SIMPLE, etc.) 
     
    1212 
    1313 
    14 -= OBJECTIVE =- 
    15  
    16 Currently we only have two working applications: 
    17  
    18  - pjsua:       Console based SIP UA 
    19  - pjsip-perf:  SIP performance measurement 
    20  
    21  
    2214-= COMPILING =- 
    2315 
    2416On 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 
    2721 
    2822With Makefile: 
     
    3327 
    3428 
     29-= PYTHON MODULE =- 
     30 
     31On Windows: 
     32 - Visual Studio 6: open pjsip-apps\build\pjsip_apps.dsw 
     33 - Build py_pjsua module 
     34 
     35With GNU and Python: 
     36 - cd pjsip-apps/src/py_pjsua 
     37 - python setup.py install 
     38 
     39One Python sample application is provided: 
     40 pjsip-apps/src/py_pjsua/pjsua_app.py 
     41  
     42  
    3543-= PORTING =- 
    3644 
Note: See TracChangeset for help on using the changeset viewer.