From 8f71085b1ab51fba023ca071d4cba31cca697776 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 19 Feb 2007 00:51:29 +0000 Subject: Updated INSTALL.txt git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@973 74dad513-b988-da41-8d7b-12977e46ad98 --- INSTALL.txt | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'INSTALL.txt') 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. -- cgit v1.2.3