Updated INSTALL.txt

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@973 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-02-19 00:51:29 +00:00
parent da275f6360
commit e282ab0c85
1 changed files with 20 additions and 12 deletions

View File

@ -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.