From 9e2990929377c87e0b260c438b539dcc44c1ea88 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 2 Mar 2006 21:52:18 +0000 Subject: Put few words in INSTALL.txt and README.txt git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@274 74dad513-b988-da41-8d7b-12977e46ad98 --- INSTALL.txt | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index ea8666bf..e83e2c10 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1 +1,40 @@ -Left empty for now. +[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! + -- cgit v1.2.3