summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-02 21:52:18 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-02 21:52:18 +0000
commit9e2990929377c87e0b260c438b539dcc44c1ea88 (patch)
treef921a5ce8d508029671a405572ec63f7f957a589 /INSTALL.txt
parent66bbd8a70dbc2bdb19cc96f01dc056c018be91df (diff)
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
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt41
1 files changed, 40 insertions, 1 deletions
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!
+