summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-19 00:51:29 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-19 00:51:29 +0000
commit8f71085b1ab51fba023ca071d4cba31cca697776 (patch)
treef9c27d86056f2be8c3e709f8a2971c815c73b979 /INSTALL.txt
parent8485138ec283f3c890f31c1c8768900985d2d836 (diff)
Updated INSTALL.txt
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@973 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt32
1 files changed, 20 insertions, 12 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index e83e2c10..943315fb 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,29 +1,23 @@
-[Last update: 2006/03/01]
+[Last update: 2007/02/18]
-= INTRO=-
This top level projects:
- pjlib: portability and basic framework library
- - pjlib-util: lexical scanner, XML, STUN, MD5, etc.
+ - pjlib-util: lexical scanner, XML, STUN, MD5, DNS, 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
+ - Visual Studio 6: open pjproject.dsw
+ - Visual Studio 8/2005: open pjproject-vs8.sln
+ - Embedded VisualC 4: open open pjsip-apps\build\wince-evc4\wince_demos.vcw
+ - Build pjsua
With Makefile:
- on top level dir (e.g. ~/pjproject)
@@ -32,6 +26,20 @@ With Makefile:
Binaries will be in pjsip-apps/bin.
+-= PYTHON MODULE =-
+
+On Windows:
+ - Visual Studio 6: open pjsip-apps\build\pjsip_apps.dsw
+ - Build py_pjsua module
+
+With GNU and Python:
+ - cd pjsip-apps/src/py_pjsua
+ - python setup.py install
+
+One Python sample application is provided:
+ pjsip-apps/src/py_pjsua/pjsua_app.py
+
+
-= PORTING =-
- Just need to port pjlib.