Changeset 274


Ignore:
Timestamp:
Mar 2, 2006 9:52:18 PM (18 years ago)
Author:
bennylp
Message:

Put few words in INSTALL.txt and README.txt

Location:
pjproject/trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/INSTALL.txt

    r66 r274  
    1 Left empty for now. 
     1[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 
  • pjproject/trunk/README.txt

    r66 r274  
    22COPYING in this directory. For alternative licensing, please contact the 
    33copyright holder. 
     4 
     5See INSTALL.txt for compiling. 
  • pjproject/trunk/build

    • Property svn:ignore set to
      *.ncb
      *.opt
Note: See TracChangeset for help on using the changeset viewer.